diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-31 16:41:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-31 16:41:50 +0200 |
commit | 184ece3ead99c0dcc8e054ef6f1bcb522ebc898a (patch) | |
tree | 3fd8ca10081463e5662f15c85d5aa05e65bbb275 /doc/info | |
parent | m todo (diff) | |
download | mds-184ece3ead99c0dcc8e054ef6f1bcb522ebc898a.tar.gz mds-184ece3ead99c0dcc8e054ef6f1bcb522ebc898a.tar.bz2 mds-184ece3ead99c0dcc8e054ef6f1bcb522ebc898a.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/mds.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 92c4a22..5d9f171 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -860,6 +860,11 @@ cmdipc -Srk $S # Remove the semaphore. mds-respawn @{ mds-bar @} & # Spawn `mds-bar`. @end example +This is however seldom necessary as @command{mds-reg} can +often be used instead, with more abstraction as you would +only need to specify what servers need to wait for, not +what they provide. + Another useful command (and package) is @command{setpgrp}. @command{mds} puts itself an all its children in a new process group. However you may want to put processes that |