Skip to content

Instantly share code, notes, and snippets.

@bertux
Created May 25, 2018 13:53
Show Gist options
  • Save bertux/98ea61a07e682716911c324decf472bc to your computer and use it in GitHub Desktop.
Save bertux/98ea61a07e682716911c324decf472bc to your computer and use it in GitHub Desktop.
Parity Ropsten launch
[Unit]
Description=Parity Daemon
After=network.target
[Service]
# run as root on Ropsten test network
ExecStart=/usr/bin/parity --chain ropsten
Restart=on-failure
# Specifies which signal to use when killing a service. Defaults to SIGTERM.
# SIGHUP gives parity time to exit cleanly before SIGKILL (default 90s)
KillSignal=SIGHUP
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment