1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
thalos/debian/thalos-server.service

15 lines
335 B
Desktop File

[Unit]
Description=Stream blockchain data from an Antelope SHIP node with ease.
After=network.target
[Service]
User=thalos
Group=thalos
Type=simple
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