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