diff options
author | Gerrit Pape <pape@smarden.org> | 2008-04-20 20:47:39 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2008-04-20 20:48:13 +0000 |
commit | 29c4521100d47a589c89ef3145db61f9e4a00cf9 (patch) | |
tree | b507e644dbeb58afa4eecec9874d24e02e4fc43e /doc/runscripts.html | |
parent | ed673f8f525aead9418d34faea94b83c71b4eaa7 (diff) | |
download | runit-29c4521100d47a589c89ef3145db61f9e4a00cf9.tar.gz runit-29c4521100d47a589c89ef3145db61f9e4a00cf9.tar.xz runit-29c4521100d47a589c89ef3145db61f9e4a00cf9.zip |
* change default directory for services from /var/service/ to /service/.
Diffstat (limited to 'doc/runscripts.html')
-rw-r--r-- | doc/runscripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/runscripts.html b/doc/runscripts.html index aa275ce..f832b63 100644 --- a/doc/runscripts.html +++ b/doc/runscripts.html @@ -390,7 +390,7 @@ to be set up. <pre> #!/bin/sh exec 2>&1 - sv start /var/service/portmap || exit 1 + sv start /service/portmap || exit 1 exec famd -T 0 -f </pre> <hr> |