mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 01:19:52 +03:00
0ec6ffcb73
Expects vpnserver/vpnclient/vpnbridge to be in /opt. Having a file do_not_run within these directories inhibits launch of a respective module.
19 lines
369 B
Desktop File
19 lines
369 B
Desktop File
[Unit]
|
|
Description=SoftEther VPN Client
|
|
After=network.target auditd.service
|
|
ConditionPathExists=!/opt/vpnclient/do_not_run
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-/opt/vpnclient
|
|
ExecStart=/opt/vpnclient/vpnclient start
|
|
ExecStop=/opt/vpnclient/vpnclient stop
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=softether-vpnclient.service
|
|
|
|
|