1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Track some untracked files

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-12-31 15:38:01 +01:00
parent 9da7d3e4aa
commit f1c6047689
5 changed files with 73 additions and 0 deletions

10
dsvpn-server.service.in Normal file
View file

@ -0,0 +1,10 @@
[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