1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/package/system/fstools/files
Karel Kočí 3ead9e7b74 fstools: block-mount: fix restart of fstab service
Restarting service causes file-systems to be unmounted without being
mounted back. When this service was obsoleted it should have been
implemented in a way that all actions are ignored. Up to this commit
default handler was called when restart was requested. This default
handler just simply calls stop and start. That means that stop called
unmount but start just printed that this service is obsoleted.

This instead implements restart that just prints same message like start
does. It just calls start in reality. This makes restart unavailable for
call.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-06-21 14:13:58 +02:00
..
blockd.init fstools: add blockd 2017-03-06 07:16:50 +01:00
fstab.default fstools: fix exit code of uci-defaults script 2015-01-28 13:44:37 +00:00
fstab.init fstools: block-mount: fix restart of fstab service 2019-06-21 14:13:58 +02:00
media-change.hotplug fstools: media change detection (eg:sdcard) using kernel polling 2019-01-22 08:49:36 +01:00
mount.hotplug fstools: filter unknown action in mount.hotplug script 2018-10-07 21:34:13 +02:00
snapshot fstools: snapshot: handle jffs2 conversion using upgraded 2017-05-29 23:50:33 +02:00