Update to v4.20_9608-2
This commit is contained in:
parent
1d3838e1f3
commit
b285baba68
5 changed files with 46 additions and 18 deletions
|
@ -1,11 +1,19 @@
|
|||
[Unit]
|
||||
Description=SoftEther VPN Bridge daemon
|
||||
Description=SoftEther VPN Bridge
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/vpnbridge start
|
||||
ExecReload=/usr/bin/vpnbridge stop
|
||||
ExecStop=/usr/bin/vpnbridge stop
|
||||
Restart=on-failure
|
||||
|
||||
# Hardening
|
||||
PrivateTmp=yes
|
||||
ProtectHome=yes
|
||||
ProtectSystem=full
|
||||
ReadOnlyDirectories=/
|
||||
ReadWriteDirectories=-/usr/lib/softethervpn/vpnbridge
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue