Created
July 14, 2018 15:47
-
-
Save trickart/b9c28cb68b472644cf2f47bab75e486a to your computer and use it in GitHub Desktop.
適当なSoftEther VPNのsystemd serviceファイル
This file contains hidden or 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
[Unit] | |
Description=SoftEther VPN Server | |
After=network.target | |
[Service] | |
Type=forking | |
User=root | |
ExecStart=/usr/local/bin/vpnserver/vpnserver start | |
ExecStop=/usr/local/bin/vpnserver/vpnserver stop | |
Restart=on-failure | |
KillMode=process | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment