Skip to content

Instantly share code, notes, and snippets.

@hkato
Created March 19, 2017 16:43
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 hkato/89a58464a06df1ed9048c414d80f4403 to your computer and use it in GitHub Desktop.
Save hkato/89a58464a06df1ed9048c414d80f4403 to your computer and use it in GitHub Desktop.
Systemd Unit configuration for SoftEther VPN Bridge
[Unit]
Description=SoftEther VPN Bridge
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/vpnbridge/vpnbridge start
ExecStop=/usr/local/vpnbridge/vpnbridge stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment