blob: 85c95abb7f3933e89106693552ef45de8602c153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=N2N VPN Supernode
After=network.target
[Service]
Type=simple
User=nobody
ExecStart=/usr/share/n2n/supernode.sh
[Install]
WantedBy=multi-user.target
|