Update to v4.20_9608-2

This commit is contained in:
Jonathan Liu 2016-06-06 21:28:36 +10:00
parent 1d3838e1f3
commit b285baba68
5 changed files with 46 additions and 18 deletions

View file

@ -1,11 +1,19 @@
[Unit]
Description=SoftEther VPN Server daemon
Description=SoftEther VPN Server
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/vpnserver start
ExecReload=/usr/bin/vpnserver stop
ExecStop=/usr/bin/vpnserver stop
Restart=on-failure
# Hardening
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=full
ReadOnlyDirectories=/
ReadWriteDirectories=-/usr/lib/softethervpn/vpnserver
[Install]
WantedBy=multi-user.target