mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +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
|
||||
|
||||
[Service]
|
||||
User=thalos
|
||||
Group=thalos
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/thalos-server -c /etc/thalos/config.yml
|
||||
ExecReload=kill -HUP $MAINPID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue