2015-06-05 05:34:02 +03:00
|
|
|
[Unit]
|
|
|
|
Description=SoftEther VPN Bridge
|
|
|
|
After=network.target auditd.service
|
2018-09-07 22:45:33 +03:00
|
|
|
ConditionPathExists=![DIRECTORY]/do_not_run
|
2015-06-05 05:34:02 +03:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2018-09-07 22:45:33 +03:00
|
|
|
EnvironmentFile=-[DIRECTORY]
|
|
|
|
ExecStart=[BINARY] start
|
|
|
|
ExecStop=[BINARY] 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=/
|
2018-09-07 22:45:33 +03:00
|
|
|
ReadWriteDirectories=-[DIRECTORY]
|
2015-06-22 21:39:12 +03:00
|
|
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYS_ADMIN CAP_SETUID
|
2015-06-22 20:56:28 +03:00
|
|
|
|
2015-06-05 05:34:02 +03:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|