mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 20:05:08 +03:00
Create a softether.upstart file in the Debian overlay for systems that use the systemd init subsystem.
9 lines
163 B
Desktop File
9 lines
163 B
Desktop File
[Unit]
|
|
Description=SoftEther VPN
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/default/softether
|
|
ExecStart=/usr/sbin/softetherd $SOFTETHER_MODE
|