Skip to content

Instantly share code, notes, and snippets.

@JakWai01
Created March 6, 2021 15:04
Show Gist options
  • Save JakWai01/67c8279db3c1bfdb680c2521295e10f5 to your computer and use it in GitHub Desktop.
Save JakWai01/67c8279db3c1bfdb680c2521295e10f5 to your computer and use it in GitHub Desktop.
Systemd service to setup a n2n supernode
[Unit]
Description=Starting n2n supernode
[Service]
ExecStart=/usr/sbin/supernode -l 7777
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment