diff options
author | Jason Felice <jason.m.felice@gmail.com> | 2019-10-29 10:07:10 -0400 |
---|---|---|
committer | Dan Cross <crossd@gmail.com> | 2019-10-29 10:07:10 -0400 |
commit | b0aecb4ba5c3d7df6589c01f5a7c0427f5a75305 (patch) | |
tree | 09f1a1b702365ee8a01d3c6e0de5f10740213526 /man/man4 | |
parent | 1309450668aa571dee97f4373f9555b4fddcf1aa (diff) | |
download | plan9port-b0aecb4ba5c3d7df6589c01f5a7c0427f5a75305.tar.gz plan9port-b0aecb4ba5c3d7df6589c01f5a7c0427f5a75305.tar.bz2 plan9port-b0aecb4ba5c3d7df6589c01f5a7c0427f5a75305.zip |
plumber: add -f (foreground) option (#288)
In MacOS, services run by launchd must run in the foreground, since
launchd manages forking and other resources.
Diffstat (limited to 'man/man4')
-rw-r--r-- | man/man4/plumber.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/man4/plumber.4 b/man/man4/plumber.4 index 0dfe68bb..88801eb4 100644 --- a/man/man4/plumber.4 +++ b/man/man4/plumber.4 @@ -4,6 +4,9 @@ plumber \- file system for interprocess messaging .SH SYNOPSIS .B plumber [ +.B -f +] +[ .B -p .I plumbing ] @@ -23,7 +26,7 @@ in the format of Its services are posted via .IR 9pserve (4) as -.BR plumb . +.BR plumb , and consist of two pre-defined files, .B plumb/send @@ -95,6 +98,10 @@ Thus the rule set may be edited dynamically with a traditional text editor. However, ports are never deleted dynamically; if a new set of rules does not include a port that was defined in earlier rules, that port will still exist (although no new messages will be delivered there). +.PP +The +.B -f +option causes the process to run in the foreground. .SH FILES .TF $HOME/lib/plumbing .TP |