Skip to content

Instantly share code, notes, and snippets.

@Cr0wn-Gh0ul
Created August 19, 2022 19:33
Show Gist options
  • Save Cr0wn-Gh0ul/7b3da28f7fe4e41870b3129208561826 to your computer and use it in GitHub Desktop.
Save Cr0wn-Gh0ul/7b3da28f7fe4e41870b3129208561826 to your computer and use it in GitHub Desktop.
[Unit]
Description = AliceNet Validator Node
Wants = network-online.target
After = network-online.target
[Service]
User = $(whoami)
ExecStart = /home/{USER}/alicenet --config /home/{USER}/config.toml validator
Restart = on-failure
RestartSec = 3
KillSignal = SIGINT
TimeoutStopSec = 300
[Install]
WantedBy = multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment