1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00
SoftEtherVPN/systemd/softether-vpnserver.service

25 lines
650 B
SYSTEMD
Raw Normal View History

[Unit]
Description=SoftEther VPN Server
After=network.target auditd.service
2020-06-30 08:22:37 +03:00
ConditionPathExists=!@DIR@/softether/vpnserver/do_not_run
[Service]
Type=forking
2022-05-11 13:23:48 +03:00
TasksMax=infinity
2020-06-30 08:22:37 +03:00
EnvironmentFile=-@DIR@/softether/vpnserver
ExecStart=@DIR@/softether/vpnserver/vpnserver start
ExecStop=@DIR@/softether/vpnserver/vpnserver stop
KillMode=process
Restart=on-failure
# Hardening
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=full
ReadOnlyDirectories=/
ReadWriteDirectories=-@DIR@/softether/vpnserver
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYSLOG CAP_SETUID
[Install]
WantedBy=multi-user.target