1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-05-19 04:06:14 +02:00
init-scripts/services/ifdown.in

7 lines
125 B
Plaintext
Raw Normal View History

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