aboutsummaryrefslogtreecommitdiffstats
path: root/roles/debian/templates/networkd-ignore.conf.j2
blob: 855cd7b234939df9945848da37a57175521970a4 (plain) (blame)
1
2
3
4
5
6
[Service]
ExecStart=
ExecStart=/lib/systemd/systemd-networkd-wait-online
{%- for iface in networkd_ignore %}
 --ignore {{ iface }}
{%- endfor %}