Skip to content

Instantly share code, notes, and snippets.

@sorz
Created September 19, 2018 17:52
Embed
What would you like to do?
[Unit]
Description=Setup WireGuard link
After=network-online.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/wg-quick up %i
ExecStop=/usr/bin/wg-quick down %i
ProtectSystem=strict
ProtectHome=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment