mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-26 18:04:22 +00:00
24 lines
575 B
Desktop File
24 lines
575 B
Desktop File
[Unit]
|
|
Description=Trackomatron server
|
|
Requires=network-online.target
|
|
BindTo=trackomatron.service
|
|
PartOf=trackomatron.service
|
|
After=network-online.target trackomatron.service
|
|
PropagatesReloadTo=trackomatron.service
|
|
ReloadPropagatedFrom=trackomatron.service
|
|
|
|
[Service]
|
|
Environment="TMHOME=/etc/trackomatron/tendermint"
|
|
Restart=on-failure
|
|
User=trackomatron
|
|
Group=trackomatron
|
|
PermissionsStartOnly=true
|
|
ExecStart=/usr/bin/tendermint node
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillSignal=SIGTERM
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target trackomatron.service
|
|
Also=trackomatron.service
|
|
|