diff options
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> |