File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ This command is ignored if it is given to
157157.IR service /log/supervise/control.
158158.P
159159Example: to send a TERM signal to the socklog-unix service, either do
160- # sv term /service/socklog-unix
160+ # sv term /var/ service/socklog-unix
161161 or
162- # printf t >/service/socklog-unix/supervise/control
162+ # printf t >/var/ service/socklog-unix/supervise/control
163163.P
164164.BR printf (1)
165165usually blocks if no
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ with a symlink pointing to
2727.IR dir .
2828.P
2929Normally
30- .I /service
30+ .I /var/ service
3131is a symlink to
3232.IR current ,
3333and
3434.BR runsvdir (8)
3535is running
36- .IR /service/ .
36+ .IR /var/ service/ .
3737.SH EXIT CODES
3838.B runsvchdir
3939prints an error message and exits 111 on error.
Original file line number Diff line number Diff line change 3030.I service
3131doesn't start with a dot or slash and doesn't end with a slash, it is
3232searched in the default services directory
33- .IR /service/ ,
33+ .IR /var/ service/ ,
3434otherwise relative to the current directory.
3535.P
3636.I command
@@ -232,7 +232,7 @@ This option implies
232232.TP
233233.B SVDIR
234234The environment variable $SVDIR overrides the default services directory
235- .IR /service/ .
235+ .IR /var/ service/ .
236236.TP
237237.B SVWAIT
238238The environment variable $SVWAIT overrides the default 7 seconds to wait
Original file line number Diff line number Diff line change 3232char * progname ;
3333char * action ;
3434char * acts ;
35- char * varservice = "/service/" ;
35+ char * varservice = "/var/ service/" ;
3636char * * service ;
3737char * * servicex ;
3838unsigned int services ;
You can’t perform that action at this time.
0 commit comments