summarylogtreecommitdiffstats
path: root/thanos-compact.service
diff options
context:
space:
mode:
Diffstat (limited to 'thanos-compact.service')
-rw-r--r--thanos-compact.service30
1 files changed, 30 insertions, 0 deletions
diff --git a/thanos-compact.service b/thanos-compact.service
new file mode 100644
index 000000000000..56bcbb809c63
--- /dev/null
+++ b/thanos-compact.service
@@ -0,0 +1,30 @@
+[Unit]
+Description=Thanos Compact
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+User=thanos
+Group=thanos
+Restart=on-failure
+EnvironmentFile=-/etc/thanos/compact.conf
+ExecStart=/usr/bin/thanos comact \
+ $LOG_LEVEL \
+ $LOG_FORMAT \
+ $GCLOUDTRACE_PROJECT \
+ $GCLOUDTRACE_SAMPLE \
+ $HTTP_ADDRESS \
+ $DATA_DIR \
+ $OBJSTORE_CONFIG_FILE \
+ $OBJSTORE_CONFIG \
+ $SYNC_DELAY \
+ $RETENTION_RESOLUTION_RAW \
+ $RETENTION_RESOLUTION_5M \
+ $RETENTION_RESOLUTION \
+ $WAIT
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target
+
+