aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/fstools/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/fstools/files')
-rw-r--r--package/system/fstools/files/fstab.init4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/system/fstools/files/fstab.init b/package/system/fstools/files/fstab.init
index 5faa8ecbb9..afed78ebfc 100644
--- a/package/system/fstools/files/fstab.init
+++ b/package/system/fstools/files/fstab.init
@@ -11,6 +11,10 @@ start() {
echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
}
+restart() {
+ start
+}
+
stop() {
/sbin/block umount
}