summary refs log tree commit diff
path: root/doc/runscripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/runscripts.html')
-rw-r--r--doc/runscripts.html2
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&gt;&amp;1
- sv start /var/service/portmap || exit 1
+ sv start /service/portmap || exit 1
  exec famd -T 0 -f
 </pre>
 <hr>