base-files: supress service restart of umount
authorKarel Kočí <cynerd@email.cz>
Sat, 29 Jun 2019 09:10:19 +0000 (11:10 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 3 Jul 2019 05:45:00 +0000 (07:45 +0200)
commit537b801c5490a85a3ef36456b12f064fc6c665a2
tree715ca7a304a3bb280ddc61122cb8d94da8a79bbb
parentc06f2a2dcb2350d00cc6bd8300ec3861353d96ae
base-files: supress service restart of umount

Restart is in default implemented so it calls stop and start. This is
pretty unsafe to call on umount service. This service should not do
anything on restart the same way as on start. Only use of this service
is on stop.

Signed-off-by: Karel Kočí <cynerd@email.cz>
package/base-files/files/etc/init.d/umount