summarylogtreecommitdiffstats
path: root/thanos-downsample.service
blob: 74d53c0c1b95969875eb2e06e57f671cdbbcca3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=thanos downsample
After=network.target

[Service]
User=thanos
Group=thanos
Restart=on-failure
EnvironmentFile=-/etc/thanos/downsample.conf
ExecStart=/usr/bin/thanos downsample $DOWNSAMPLE_ARGS
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target