mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 23:10:59 +00:00
basecoind service fix
This commit is contained in:
@@ -6,8 +6,8 @@ After=network-online.target
|
||||
[Service]
|
||||
Environment="BCHOME=/etc/basecoind"
|
||||
Restart=on-failure
|
||||
User=basecoin
|
||||
Group=basecoin
|
||||
User=basecoind
|
||||
Group=basecoind
|
||||
PermissionsStartOnly=true
|
||||
ExecStart=/usr/bin/basecoind start
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
Reference in New Issue
Block a user