]> git.pld-linux.org Git - packages/libteam.git/blame - teamd-shutdown-workaround.service
- split libteamdctl* packages; release 3
[packages/libteam.git] / teamd-shutdown-workaround.service
CommitLineData
27b8783c
MM
1[Unit]
2Description=DELETE ALL VLAN INTERFACES (teamd hack)
3Before=network.service
4Wants=network-pre.target
5After=teamd-lvl2.target
6
7[Service]
8ExecStart=/bin/sleep 99999d
9ExecStopPost=/bin/sh -c "for if in $(ip link show type vlan|grep '@'|awk '{print $2}'|cut -d@ -f 1); do /sbin/ip link delete $if; done"
10
11[Install]
12WantedBy=network.target
This page took 0.066897 seconds and 4 git commands to generate.