summarylogtreecommitdiffstats
path: root/thanos.service
diff options
context:
space:
mode:
Diffstat (limited to 'thanos.service')
-rw-r--r--thanos.service21
1 files changed, 0 insertions, 21 deletions
diff --git a/thanos.service b/thanos.service
deleted file mode 100644
index 1340f503b0e2..000000000000
--- a/thanos.service
+++ /dev/null
@@ -1,21 +0,0 @@
-[Unit]
-Description=Thanos for Prometheus
-Requires=network-online.target
-After=network-online.target
-
-[Service]
-User=thanos
-Group=thanos
-Restart=on-failure
-EnvironmentFile=-/etc/thanos/%i.conf
-ExecStart=/usr/bin/thanos %i $THANOS_ARGS $CLUSTER_ARGS
-ExecReload=/bin/kill -HUP $MAINPID
-NoNewPrivileges=true
-ProtectHome=true
-ProtectSystem=strict
-ReadWritePaths=/var/lib/prometheus
-ConfigurationDirectory=etc/thanos
-StateDirectory=var/lib/thanos
-
-[Install]
-WantedBy=multi-user.target