Skip to content

Instantly share code, notes, and snippets.

@Nymphium
Last active August 29, 2015 14:10
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 Nymphium/e0d412c2217b2412d1ef to your computer and use it in GitHub Desktop.
Save Nymphium/e0d412c2217b2412d1ef to your computer and use it in GitHub Desktop.
put this at /usr/lib/systemd/system
[Unit]
Description=SoftEther VPNClient
Wants=network.target
Before=dhcpcd.service
[Service]
Type=oneshot
ExecStart=/etc/vpnclient/vpnclient start
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment