mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
Create /lib/systemd/system/softether.service file.
Create a softether.upstart file in the Debian overlay for systems that use the systemd init subsystem.
This commit is contained in:
parent
61d215e1c8
commit
44981b22b4
8
debian/softether.service
vendored
Normal file
8
debian/softether.service
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=SoftEther VPN
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
EnvironmentFile=/etc/default/softether
|
||||||
|
ExecStart=/usr/sbin/softetherd $SOFTETHER_MODE
|
Loading…
Reference in New Issue
Block a user