mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-17 07:00:39 +03:00
023eb3465d
Remove unnecessary wrappers and change to start services directly. Also remove misused "EnvironmentFile" and unrecommended "KillMode=process".
22 lines
539 B
Desktop File
22 lines
539 B
Desktop File
[Unit]
|
|
Description=SoftEther VPN Server
|
|
After=network.target auditd.service
|
|
ConditionPathExists=!@DIR@/softether/vpnserver/do_not_run
|
|
|
|
[Service]
|
|
Type=exec
|
|
TasksMax=infinity
|
|
ExecStart=@DIR@/softether/vpnserver/vpnserver execsvc
|
|
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
|