mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 19:21:44 +00:00
mv tools files to tools repo
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
disable basecoind.service
|
||||
|
18
tools/build/basecoind/etc/systemd/system/basecoind.service
Normal file
18
tools/build/basecoind/etc/systemd/system/basecoind.service
Normal file
@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Basecoind
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Environment="BCHOME=/etc/basecoind"
|
||||
Restart=on-failure
|
||||
User=basecoind
|
||||
Group=basecoind
|
||||
PermissionsStartOnly=true
|
||||
ExecStart=/usr/bin/basecoind start
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillSignal=SIGTERM
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user