Skip to content

Instantly share code, notes, and snippets.

@Netherdrake
Created September 8, 2021 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Netherdrake/6e9d331308f5015ecae1691ade90b370 to your computer and use it in GitHub Desktop.
Save Netherdrake/6e9d331308f5015ecae1691ade90b370 to your computer and use it in GitHub Desktop.
[Unit]
Description=Reef Validator
[Service]
ExecStart=/bin/reef-node --base-path /reef/validator --validator --chain mainnet --execution=wasm --port 30333 --no-private-ipv4 --no-mdns --no-prometheus --no-telemetry --name MyValidatorNode
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