Skip to content

Instantly share code, notes, and snippets.

@hirishh
Created February 9, 2021 23:57
Show Gist options
  • Save hirishh/7724e4e8758887a86eb535fdea28e90a to your computer and use it in GitHub Desktop.
Save hirishh/7724e4e8758887a86eb535fdea28e90a to your computer and use it in GitHub Desktop.
[Unit]
Description=Polkadot Validator
[Service]
User=polkadot
Group=polkadot
# Set this command accordingly
ExecStart=/<complete_path>/polkadot --validator --name <name> --db=paritydb --chain=polkadot --telemetry-url 'wss://telemetry-backend.w3f.community/submit 1'
Restart=always
RestartSec=120
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment