The source project of this merge request has been removed.
Stop all services before unmounting filesystems
K99umount has been moved to K90umount as of OpenWrt 19.07, to make room for init scripts that may need to run after umount. We need to stop all services before unmounting the filesystems. The stop() function is dead code when procd is being used and can be removed.