mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 00:47:10 +01:00
7 lines
No EOL
133 B
Text
7 lines
No EOL
133 B
Text
description "stop all network interfaces"
|
|
type wait
|
|
target %0
|
|
after sigkill sigterm
|
|
before sync unmount
|
|
|
|
exec "@SCRIPTDIR@/ifdown.sh" |