summaryrefslogtreecommitdiff
path: root/debian/README.runit
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-03-27 10:19:28 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-03-27 10:19:28 +0000
commit04fd941f4ef4a70f5319bf9eea80f87a4ce9b087 (patch)
tree78b707cf226b2e7b3ca7cf9380c2fb15f75735f9 /debian/README.runit
parent0141f64dfcee036b26f6a2df6f5ae5556b661011 (diff)
downloaddropbear-04fd941f4ef4a70f5319bf9eea80f87a4ce9b087.tar.gz
Update to debian 0.50-4 diff
Diffstat (limited to 'debian/README.runit')
-rw-r--r--debian/README.runit16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/README.runit b/debian/README.runit
index 4ac2814..0a32176 100644
--- a/debian/README.runit
+++ b/debian/README.runit
@@ -31,16 +31,16 @@ run script
# vi /etc/dropbear/run
-Finally enable the service by linking dropbear's service directory to
-/var/service/. The service will be started within five seconds, and
-automatically at boot time. The sysv init script is disabled; see the
-runsvctrl(8) program for information on how to control services handled by
-runit. See the svlogd(8) program on how to configure the log service.
+Finally enable the service through runit's update-service(8) program, the
+service will be started within five seconds, and automatically at boot
+time, and the sysv init script will automatically be disabled; see the
+sv(8) program for information on how to control services handled by runit.
+See the svlogd(8) program on how to configure the log service.
- # ln -s /etc/dropbear /var/service/
+ # update-service --add /etc/dropbear
Optionally check the status of the service a few seconds later
- # runsvstat -l /var/service/dropbear
+ # sv status dropbear
- -- Gerrit Pape <pape@smarden.org>, Sun, 16 May 2004 15:52:34 +0000
+ -- Gerrit Pape <pape@smarden.org>, Fri, 02 Mar 2007 20:41:08 +0000