mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
10 lines
No EOL
173 B
SYSTEMD
10 lines
No EOL
173 B
SYSTEMD
[Unit]
|
|
Description=Dead Simple VPN - Server on %I
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/dsvpn-run /etc/dsvpn/%i
|
|
Restart=always
|
|
RestartSec=15
|
|
|
|
[Install]
|
|
WantedBy=network.target |