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

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

[Install]
WantedBy=multi-user.target