fstools: block-mount: fix restart of fstab service
authorKarel Kočí <karel.koci@nic.cz>
Wed, 5 Jun 2019 11:18:41 +0000 (13:18 +0200)
committerPetr Štetiar <ynezz@true.cz>
Fri, 28 Jun 2019 20:03:44 +0000 (22:03 +0200)
commit4a7a8d93fa1920efbf42c5e98a637a396dac9a5c
tree8f3403c6975d13627fffc6c5c01d368a771748f8
parent34d3eaff4a253e680b1e1439dcb5f9c7d011c8cb
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>
(cherry picked from commit 3ead9e7b743b1fbd3b07f5a72a16999abbec9347)
package/system/fstools/Makefile
package/system/fstools/files/fstab.init