mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
14 lines
No EOL
294 B
Desktop File
14 lines
No EOL
294 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
|
|
ExecStart=/usr/bin/thalos-server -c /etc/thalos/config.yml
|
|
ExecReload=kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |