Created
March 10, 2017 17:17
-
-
Save ruimgoncalves/f652f74f3a13b78ae4c18745baed67c3 to your computer and use it in GitHub Desktop.
SoftEther Server Daemon for Systemd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Location /etc/systemd/system/ | |
[Unit] | |
Description=SoftEther VPN Server daemon | |
After=network-online.target | |
[Service] | |
Type=forking | |
ExecStart=/home/pi/startVPN.sh | |
ExecStop=/home/pi/vpnserver/vpnserver stop | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment