summarylogtreecommitdiffstats
path: root/thanos.service
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-12 20:07:15 +0100
committerCarsten Feuls2019-02-12 20:07:21 +0100
commit277f6ea8e978bd5e0ed33385b3acf1e67febfdc9 (patch)
tree3d71e8370ede3312bb524d83f08fb47ffd139902 /thanos.service
parent4b70071e13732cbe861e80cfb901d323f90327e5 (diff)
downloadaur-277f6ea8e978bd5e0ed33385b3acf1e67febfdc9.tar.gz
Fix Systemd Service File
Diffstat (limited to 'thanos.service')
-rw-r--r--thanos.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/thanos.service b/thanos.service
index e34d61ae4e32..1340f503b0e2 100644
--- a/thanos.service
+++ b/thanos.service
@@ -14,8 +14,8 @@ NoNewPrivileges=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/var/lib/prometheus
-ConfigurationDirectory=/etc/thanos
-StateDirectory=/var/lib/thanos
+ConfigurationDirectory=etc/thanos
+StateDirectory=var/lib/thanos
[Install]
WantedBy=multi-user.target