aboutsummaryrefslogtreecommitdiff
path: root/services/ifdown.in
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2019-08-11 13:24:28 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2019-09-18 13:07:09 +0200
commit418ca4bc726b106698d2c5e4045fcc6de089101e (patch)
tree21c0a3b740272b33d3e864c2b2cf9821787e9447 /services/ifdown.in
parent628adf2e034acb040874e267451b0a6e3f3ff96a (diff)
Propperly unmount the overlay partition on shutdown
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'services/ifdown.in')
-rw-r--r--services/ifdown.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/ifdown.in b/services/ifdown.in
index 1310098..2946ca0 100644
--- a/services/ifdown.in
+++ b/services/ifdown.in
@@ -2,6 +2,6 @@ description "stop all network interfaces"
type wait
target %0
after sigkill sigterm
-before sync
+before sync unmount
exec "@SCRIPTDIR@/ifdown.sh" \ No newline at end of file