commit: b964de828731b5989fb1117822016cacbfe1ad8a Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Fri Sep 19 22:23:55 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Oct 16 16:42:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=b964de82
man: Document start_inactive and in_background_fake --- man/openrc-run.8 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 3890f76..c8bf24d 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -131,6 +131,12 @@ timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5). A list of directories which must exist for the service to start. .It Ar required_files A list of files which must exist for the service to start. +.It Ar start_inactive +Set to yes to have the service marked inactive when it starts. This is +used along with in_background_fake to support re-entrant services. +.It Ar in_background_fake +Space separated list of commands which should always succeed when +in_background is yes. .El .Sh DEPENDENCIES You should define a
