1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-08-15 18:28:13 +02:00

Adding debhelper scripts.

This commit is contained in:
Henrik Hautakoski 2023-04-30 15:30:17 +02:00
parent 1294537734
commit df8cb62fea
8 changed files with 81 additions and 0 deletions

12
debian/thalos-server.service vendored Normal file
View file

@ -0,0 +1,12 @@
[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