Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initctl: let -f force-skip check for built-in service
When calling `initctl -b create` from a start script at bootstrap you risk blocking the boot since Finit currently cannot reply to IPC during that period. This patch allows -f to override this builtin check for the following initctl commands: - touch - show - edit - create - delete Signed-off-by: Joachim Wiberg <[email protected]>
- Loading branch information