mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 01:19:52 +03:00
16 lines
302 B
Desktop File
16 lines
302 B
Desktop File
[Unit]
|
|
Description=SoftEther VPN Bridge
|
|
After=network.target auditd.service
|
|
ConditionPathExists=!/opt/vpnbridge/do_not_run
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/opt/vpnbridge/vpnbridge start
|
|
ExecStop=/opt/vpnbridge/vpnbridge stop
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|