mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 17:07:11 +01:00
021fa43244
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
7 lines
No EOL
125 B
Text
7 lines
No EOL
125 B
Text
description "stop all network interfaces"
|
|
type wait
|
|
target %0
|
|
after sigkill sigterm
|
|
before sync
|
|
|
|
exec "@SCRIPTDIR@/ifdown.sh" |