mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-15 18:28:13 +02:00
Adding debhelper scripts.
This commit is contained in:
parent
1294537734
commit
df8cb62fea
8 changed files with 81 additions and 0 deletions
12
debian/thalos-server.service
vendored
Normal file
12
debian/thalos-server.service
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue