Skip to content

Instantly share code, notes, and snippets.

@Ovis
Last active January 8, 2020 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ovis/17f6660cb31687ad73d8a4ee507eb7f4 to your computer and use it in GitHub Desktop.
Save Ovis/17f6660cb31687ad73d8a4ee507eb7f4 to your computer and use it in GitHub Desktop.
TAPデバイス有効化
[Unit]
Description=SoftEther VPN Server
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/vpnserver/vpnserver_start
ExecStop=/usr/local/vpnserver/vpnserver stop
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment