trackomatron service fixes

This commit is contained in:
Greg Szabo 2017-07-07 00:13:12 +00:00
parent 27643cd9f9
commit cb45f21888
1 changed files with 1 additions and 2 deletions

View File

@ -14,12 +14,11 @@ PropagatesReloadTo=trackomatron-server.service
ReloadPropagatedFrom=trackomatron-server.service
[Service]
Environment="BCHOME=/etc/trackomatron"
Restart=on-failure
User=trackomatron
Group=trackomatron
PermissionsStartOnly=true
ExecStart=/usr/bin/trackomatron start --without-tendermint
ExecStart=/usr/bin/tracko start --without-tendermint --home /etc/trackomatron
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGTERM