This repository has been archived by the owner on Dec 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timing is everything right? The whole stop stuff has been moved to the very beginning. Now FIsH stops the services only ONCE (instead of 3 times which costs time we may not have) then we KILL processes and then FIsH stops all still running services once AGAIN. This way we do not loose too much time which could prevent proper work of the FIsHFOOD later. Besides this all umount and stopping of services have been moved to FIsH.me as a function we then call in FIsH. /system is special and the method of unmounting it has been migrated to the new function as well and placed correctly now. This also means the KILL of processes will take place here as well now which was not the case before. Some cleanups also made (outcommended/unused/unnecessary code removed)
- Loading branch information
1 parent
8bdf678
commit 5670295
Showing
2 changed files
with
99 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters