mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
12 lines
No EOL
269 B
Desktop File
12 lines
No EOL
269 B
Desktop File
[Unit]
|
|
Description=Stream blockchain data from an Antelope SHIP node with ease.
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/thalos-server -c /etc/thalos/config.yml
|
|
ExecReload=kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |