# llxcfg-interface description "wait until INTERFACE configuration is complete" author "Luis Antonio Garcia Gisbert " start on ( llxnet-start ) stop on ( net-device-up IFACE=$IFACE or llxnet-stop IFACE=$IFACE or llxnet-stop-all ) export IFACE export RUNFILE instance $IFACE post-stop script [ -z "$RUNFILE" ] || echo "llxcfg-interface: STOP $IFACE $(date -R)" > $RUNFILE end script