1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 01:19:52 +03:00

Compare commits

..

No commits in common. "e475d70c0b0e62683cf03e764d0937f54aa62266" and "e94240d9a0acd695f008f4cd92a88a5002f19e26" have entirely different histories.

3 changed files with 15 additions and 6 deletions

View File

@ -4,8 +4,11 @@ After=network.target auditd.service
ConditionPathExists=!@DIR@/softether/vpnbridge/do_not_run
[Service]
Type=exec
ExecStart=@DIR@/softether/vpnbridge/vpnbridge execsvc
Type=forking
EnvironmentFile=-@DIR@/softether/vpnbridge
ExecStart=@DIR@/softether/vpnbridge/vpnbridge start
ExecStop=@DIR@/softether/vpnbridge/vpnbridge stop
KillMode=process
Restart=on-failure
# Hardening

View File

@ -4,8 +4,11 @@ After=network.target auditd.service
ConditionPathExists=!@DIR@/softether/vpnclient/do_not_run
[Service]
Type=exec
ExecStart=@DIR@/softether/vpnclient/vpnclient execsvc
Type=forking
EnvironmentFile=-@DIR@/softether/vpnclient
ExecStart=@DIR@/softether/vpnclient/vpnclient start
ExecStop=@DIR@/softether/vpnclient/vpnclient stop
KillMode=process
Restart=on-failure
# Hardening

View File

@ -4,9 +4,12 @@ After=network.target auditd.service
ConditionPathExists=!@DIR@/softether/vpnserver/do_not_run
[Service]
Type=exec
Type=forking
TasksMax=infinity
ExecStart=@DIR@/softether/vpnserver/vpnserver execsvc
EnvironmentFile=-@DIR@/softether/vpnserver
ExecStart=@DIR@/softether/vpnserver/vpnserver start
ExecStop=@DIR@/softether/vpnserver/vpnserver stop
KillMode=process
Restart=on-failure
# Hardening