blob: b40e6ebc85db612a1f87da1ca171d82a7014c327 (
plain) (
tree)
|
|
{{ ansible_managed | comment }}
[Unit]
# This is required so that systemd actually starts the wg-quick service before
# the dependants. We also set up the actual dependency on the interface so that
# the dependants actually start after the interface is up.
After=wg-quick@{{ wg_name }}.service
|