You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
327 B

  1. [Unit]
  2. Description={{service}}
  3. Requires=network-online.target
  4. After=network-online.target
  5. [Service]
  6. Restart=on-failure
  7. User={{service}}
  8. Group={{service}}
  9. PermissionsStartOnly=true
  10. ExecStart=/usr/bin/tendermint node --proxy_app=dummy
  11. ExecReload=/bin/kill -HUP $MAINPID
  12. KillSignal=SIGTERM
  13. [Install]
  14. WantedBy=multi-user.target