blob: b40e6ebc85db612a1f87da1ca171d82a7014c327 (
plain) (
blame)
1
2
3
4
5
6
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
|