openrc-run.8: Note variables referenced by default 'start'/'stop'.#771
openrc-run.8: Note variables referenced by default 'start'/'stop'.#771flexibeast wants to merge 1 commit intoOpenRC:masterfrom
Conversation
I don't think this is intentional. PRs should be welcome.
I like the idea, but:
|
Okay. Can you suggest an alternative way of conveying this information? (As an aside, here's the situation which led me to create this PR.) |
|
I think we can have a separate section in a table format. Something like this: Screenshot: |
|
Sorry i've not replied sooner than this; my health issues have become particularly severe other the last year or so .... Can i use tbl(1) to create this table, or do you want to avoid using preprocessors? |
|
Hey, no need to worry. Health always comes first.
Should be fine as long as it's rendered properly with |
Yeah, tbl is a standard preprocessor for systems that use man-db+groff for rendering man pages (cf. groff(1)'s |
|
ftr eventually i'd like to sunset start-stop-daemon, so it'd end up being supervise-daemon and s6, and additionally skarnet wants s6 to match as much of supervise-daemon's functionalities as possible we could end up with just a table of |

This PR updates the openrc-run.8 man page to note which variables are referenced by the default implementations of
start()andstop().In creating this PR, i found that the
capabilities,no_new_privsandsecbitsvariables, referenced by the defaultstart()function, are not documented in openrc-run(8); is this intentional, or can i create a PR to address this?