base-files: supress service restart of umount
[openwrt/openwrt.git] / package / base-files / files / etc / init.d / umount
index 57a4a6d90c3707c06ac5fa5ea26a783dd0a60d82..b764ae15829a0b45722de251f0ccd3a098f88c1a 100755 (executable)
@@ -2,6 +2,11 @@
 # Copyright (C) 2006 OpenWrt.org
 
 STOP=90
+
+restart() {
+       :
+}
+
 stop() {
        sync
        /bin/umount -a -d -r