diff options
Diffstat (limited to 'roles/wireguard/templates/depend_service_wg-quick.conf.j2')
-rw-r--r-- | roles/wireguard/templates/depend_service_wg-quick.conf.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/wireguard/templates/depend_service_wg-quick.conf.j2 b/roles/wireguard/templates/depend_service_wg-quick.conf.j2 new file mode 100644 index 0000000..b40e6eb --- /dev/null +++ b/roles/wireguard/templates/depend_service_wg-quick.conf.j2 @@ -0,0 +1,7 @@ +{{ 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 |