mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
Compare commits
No commits in common. "e475d70c0b0e62683cf03e764d0937f54aa62266" and "e94240d9a0acd695f008f4cd92a88a5002f19e26" have entirely different histories.
e475d70c0b
...
e94240d9a0
@ -4,8 +4,11 @@ After=network.target auditd.service
|
|||||||
ConditionPathExists=!@DIR@/softether/vpnbridge/do_not_run
|
ConditionPathExists=!@DIR@/softether/vpnbridge/do_not_run
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=exec
|
Type=forking
|
||||||
ExecStart=@DIR@/softether/vpnbridge/vpnbridge execsvc
|
EnvironmentFile=-@DIR@/softether/vpnbridge
|
||||||
|
ExecStart=@DIR@/softether/vpnbridge/vpnbridge start
|
||||||
|
ExecStop=@DIR@/softether/vpnbridge/vpnbridge stop
|
||||||
|
KillMode=process
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
# Hardening
|
# Hardening
|
||||||
|
@ -4,8 +4,11 @@ After=network.target auditd.service
|
|||||||
ConditionPathExists=!@DIR@/softether/vpnclient/do_not_run
|
ConditionPathExists=!@DIR@/softether/vpnclient/do_not_run
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=exec
|
Type=forking
|
||||||
ExecStart=@DIR@/softether/vpnclient/vpnclient execsvc
|
EnvironmentFile=-@DIR@/softether/vpnclient
|
||||||
|
ExecStart=@DIR@/softether/vpnclient/vpnclient start
|
||||||
|
ExecStop=@DIR@/softether/vpnclient/vpnclient stop
|
||||||
|
KillMode=process
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
# Hardening
|
# Hardening
|
||||||
|
@ -4,9 +4,12 @@ After=network.target auditd.service
|
|||||||
ConditionPathExists=!@DIR@/softether/vpnserver/do_not_run
|
ConditionPathExists=!@DIR@/softether/vpnserver/do_not_run
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=exec
|
Type=forking
|
||||||
TasksMax=infinity
|
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
|
Restart=on-failure
|
||||||
|
|
||||||
# Hardening
|
# Hardening
|
||||||
|
Loading…
Reference in New Issue
Block a user