1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-11-14 00:47:10 +01:00
init-scripts/services/ifdown.in
David Oberhollenzer 418ca4bc72 Propperly unmount the overlay partition on shutdown
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-09-18 13:07:09 +02:00

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"