init-scripts/services/ifdown.in

7 lines
133 B
Plaintext

description "stop all network interfaces"
type wait
target %0
after sigkill sigterm
before sync unmount
exec "@SCRIPTDIR@/ifdown.sh"