2015-06-05 05:34:02 +03:00
|
|
|
[Unit]
|
|
|
|
Description=SoftEther VPN Client
|
|
|
|
After=network.target auditd.service
|
2020-06-30 08:22:37 +03:00
|
|
|
ConditionPathExists=!@DIR@/softether/vpnclient/do_not_run
|
2015-06-05 05:34:02 +03:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2020-06-30 08:22:37 +03:00
|
|
|
EnvironmentFile=-@DIR@/softether/vpnclient
|
|
|
|
ExecStart=@DIR@/softether/vpnclient/vpnclient start
|
|
|
|
ExecStop=@DIR@/softether/vpnclient/vpnclient stop
|
2015-06-05 05:34:02 +03:00
|
|
|
KillMode=process
|
|
|
|
Restart=on-failure
|
|
|
|
|
2015-06-22 20:56:28 +03:00
|
|
|
# Hardening
|
|
|
|
PrivateTmp=yes
|
|
|
|
ProtectHome=yes
|
|
|
|
ProtectSystem=full
|
|
|
|
ReadOnlyDirectories=/
|
2020-06-30 08:22:37 +03:00
|
|
|
ReadWriteDirectories=-@DIR@/softether/vpnclient
|
2019-07-08 19:05:35 +03:00
|
|
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYSLOG CAP_SETUID
|
2015-06-22 20:56:28 +03:00
|
|
|
|
2015-06-05 05:34:02 +03:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|