mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-26 20:18:13 +02:00
debian/thalos-server.service: Start process with specific user/group.
This commit is contained in:
parent
cd35303d5a
commit
998f38dfda
1 changed files with 2 additions and 0 deletions
2
debian/thalos-server.service
vendored
2
debian/thalos-server.service
vendored
|
|
@ -3,6 +3,8 @@ Description=Stream blockchain data from an Antelope SHIP node with ease.
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
User=thalos
|
||||||
|
Group=thalos
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/thalos-server -c /etc/thalos/config.yml
|
ExecStart=/usr/bin/thalos-server -c /etc/thalos/config.yml
|
||||||
ExecReload=kill -HUP $MAINPID
|
ExecReload=kill -HUP $MAINPID
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue