Skip to content
Unverified Commit 1bff53cb authored by sjau's avatar sjau Committed by Maximilian Bosch
Browse files

wireguard: restart on failure



As a oneshot service, if the startup failed it would never be attempted again.
This is problematic when peer's addresses require DNS. DNS may not be reliably available at
the time wireguard starts. Converting this to a simple service with Restart
and RestartAfter directives allows the service to be reattempted, but at
the cost of losing the oneshot semantics.

Signed-off-by: default avatarMaximilian Bosch <maximilian@mbosch.me>
parent f38707a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment