diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-09-19 17:23:55 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-09-19 17:23:55 -0500 |
commit | 20006625a6d37c5add84dd4c8454649279645604 (patch) | |
tree | b087140999c4a4afac3dc8979cfafa738193d3f6 | |
parent | e860b7cb4f3749528ae3db0f3cb500ef889d2781 (diff) |
man: Document start_inactive and in_background_fake
-rw-r--r-- | man/openrc-run.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 3890f768..c8bf24d4 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 |