mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 17:51:39 +00:00
mv tools files to tools repo
This commit is contained in:
17
tools/build/ethermint/etc/systemd/system/ethermint.service
Normal file
17
tools/build/ethermint/etc/systemd/system/ethermint.service
Normal file
@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Ethermint
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
User=ethermint
|
||||
Group=ethermint
|
||||
PermissionsStartOnly=true
|
||||
ExecStart=/usr/bin/ethermint --datadir /etc/ethermint
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillSignal=SIGTERM
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user