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

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

[Install]
WantedBy=multi-user.target