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

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

[Install]
WantedBy=multi-user.target