1
0
Fork 0
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:
Henrik Hautakoski 2023-05-12 15:36:57 +02:00
parent cd35303d5a
commit 998f38dfda

View file

@ -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