aboutsummaryrefslogtreecommitdiff
path: root/services/ifdown.in
blob: 1310098e7c0be3f5fc3a0ee9b71501ddadd5f510 (plain)
1
2
3
4
5
6
7
description "stop all network interfaces"
type wait
target %0
after sigkill sigterm
before sync

exec "@SCRIPTDIR@/ifdown.sh"