Skip to content

Instantly share code, notes, and snippets.

@JakWai01
Created March 6, 2021 15:06
Show Gist options
  • Save JakWai01/7f5417e235fcea2450fe45e2420c8e0c to your computer and use it in GitHub Desktop.
Save JakWai01/7f5417e235fcea2450fe45e2420c8e0c to your computer and use it in GitHub Desktop.
Systemd service to connect to a n2n supernode
[Unit]
Description=Connecting to supernode
[Service]
ExecStart=/usr/sbin/edge -A3 -c name -k password -a 192.168.100.1 -f -l 168.119.56.189: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