1 2 3 4 5 6 7 8 9 10 11 12 13 14
[Unit] Description=thanos compact After=network.target [Service] User=thanos Group=thanos Restart=on-failure EnvironmentFile=-/etc/thanos/compact.conf ExecStart=/usr/bin/thanos compact $COMPACT_ARGS ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target