Skip to content

Instantly share code, notes, and snippets.

@Systerr
Created October 4, 2017 19:58
Show Gist options
  • Save Systerr/34930cc9e067ed04f9a7f42f21acabce to your computer and use it in GitHub Desktop.
Save Systerr/34930cc9e067ed04f9a7f42f21acabce to your computer and use it in GitHub Desktop.
Parity daemon
#https://github.com/paritytech/parity/issues/6171
[Unit]
Description=Parity Daemon
After=network.target
[Service]
ExecStart=/usr/bin/parity --config /etc/parity/parity.toml
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment