mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
10 lines
No EOL
222 B
SYSTEMD
10 lines
No EOL
222 B
SYSTEMD
[Unit]
|
|
Description=Dead Simple VPN - Server
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/sbin/dsvpn server /etc/dsvpn/dsvpn.key auto 65011 dsvpn0 10.255.251.1 10.255.251.2
|
|
Restart=always
|
|
RestartSec=15
|
|
|
|
[Install]
|
|
WantedBy=network.target |