Improve examples/var_service READMEs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -9,6 +9,15 @@ env - PATH=... <other vars=...> runsvdir /var/service &
|
||||
from one of system startup scripts. (Google "man runsvdir" and "man runsv"
|
||||
for more info about these tools).
|
||||
|
||||
You can try or debug an individual service by running its SERVICE_DIR/run script.
|
||||
In this case, its stdout and stderr go to your terminal.
|
||||
|
||||
You can also run "runsv SERVICE_DIR", which runs both the service
|
||||
and its logger service (SERVICE_DIR/log/run) if logger service exists.
|
||||
If logger service exists, the output will go to it instead of the terminal.
|
||||
|
||||
"runsvdir DIR" merely runs "runsv SERVICE_DIR" for every subdirectory in DIR.
|
||||
|
||||
Some existing examples:
|
||||
|
||||
var_service/dhcp_if -
|
||||
|
5
examples/var_service/dhcp_if/README
Normal file
5
examples/var_service/dhcp_if/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/dhcp_if_pinger/README
Normal file
5
examples/var_service/dhcp_if_pinger/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/ftpd/README
Normal file
5
examples/var_service/ftpd/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/fw/README
Normal file
5
examples/var_service/fw/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/getty_tty1/README
Normal file
5
examples/var_service/getty_tty1/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/gpm/README
Normal file
5
examples/var_service/gpm/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/httpd/README
Normal file
5
examples/var_service/httpd/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/ifplugd_if/README
Normal file
5
examples/var_service/ifplugd_if/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/inetd/README
Normal file
5
examples/var_service/inetd/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/nmeter/README
Normal file
5
examples/var_service/nmeter/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/ntpd/README
Normal file
5
examples/var_service/ntpd/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
5
examples/var_service/tftpd/README
Normal file
5
examples/var_service/tftpd/README
Normal file
@ -0,0 +1,5 @@
|
||||
The real README file is one directory up.
|
||||
|
||||
This directory's run script can have useful comments.
|
||||
If it doesn't but you feel it should, please send a patch
|
||||
to busybox's mailing list.
|
Reference in New Issue
Block a user