diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-10 16:29:20 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-10 16:29:20 +0000 |
| commit | 0c40a1a2f42c86841800518e52c1794d4b19aa3a (patch) | |
| tree | 2b84d52c78eea744e5a015e472faec20c2f53af5 /layout/rootfs/etc/s6-rc/source-base/init-eth0/down | |
| parent | bb72a243221616c13d1ed3f4c6191041bf9949d5 (diff) | |
| download | lh-bootstrap-0c40a1a2f42c86841800518e52c1794d4b19aa3a.tar.gz | |
Add bcnm again, use bcnm-waitif
Diffstat (limited to 'layout/rootfs/etc/s6-rc/source-base/init-eth0/down')
| -rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/init-eth0/down | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down b/layout/rootfs/etc/s6-rc/source-base/init-eth0/down index 5404b98..6733be4 100644 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down +++ b/layout/rootfs/etc/s6-rc/source-base/init-eth0/down @@ -1,2 +1,3 @@ foreground { ip link set dev eth0 down } +foreground { bcnm-waitif -d 2 eth0 } exit 0 |
