Index: clients/cmd/promtail/promtail-local-config.yaml
--- clients/cmd/promtail/promtail-local-config.yaml.orig
+++ clients/cmd/promtail/promtail-local-config.yaml
@@ -3,17 +3,17 @@ server:
   grpc_listen_port: 0
 
 positions:
-  filename: /tmp/positions.yaml
+  filename: /var/promtail/positions.yaml
 
 clients:
   - url: http://localhost:3100/loki/api/v1/push
 
-scrape_configs:
-- job_name: system
-  static_configs:
-  - targets:
-      - localhost
-    labels:
-      job: varlogs
-      __path__: /var/log/*log
-      stream: stdout
+#scrape_configs:
+#- job_name: system
+#  static_configs:
+#  - targets:
+#      - localhost
+#    labels:
+#      job: varlogs
+#      __path__: /var/log/*log
+#      stream: stdout
