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