mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-15 18:28:13 +02:00
debian: adding sysconfig environment config
This commit is contained in:
parent
aeeb049403
commit
ec664ea207
3 changed files with 11 additions and 3 deletions
5
debian/thalos-server.service
vendored
5
debian/thalos-server.service
vendored
|
|
@ -6,9 +6,10 @@ After=network.target
|
|||
User=thalos
|
||||
Group=thalos
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/thalos-server -c /etc/thalos/config.yml
|
||||
EnvironmentFile=-/etc/sysconfig/thalos-server
|
||||
ExecStart=/usr/bin/thalos-server $THALOS_SERVER_ARGS
|
||||
ExecReload=kill -HUP $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue