summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2004-08-02 14:03:01 +0000
committerGerrit Pape <pape@smarden.org>2004-08-02 14:03:01 +0000
commitdad0416beacc6cf75c21eb6f5359532c064882a6 (patch)
tree830f03f8a4d6469ef81d600851f1def41e92d70b /etc
parentb90e7716cf8022bfc0e8b4bd49b9bcb08934438e (diff)
downloadrunit-dad0416beacc6cf75c21eb6f5359532c064882a6.tar.gz
runit-dad0416beacc6cf75c21eb6f5359532c064882a6.tar.xz
runit-dad0416beacc6cf75c21eb6f5359532c064882a6.zip
* runsvdir.c:
    sleep one second before scanning if
    services dir mtime is now; loop while chdir to starting dir fails;
    rename log, loglen to rplog, rploglen.
  * etc/macosx/StartupItems/runit: use -x option to svwaitdown; timeout 14.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/macosx/StartupItems/runit2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/macosx/StartupItems/runit b/etc/macosx/StartupItems/runit
index 99b0178..916d769 100755
--- a/etc/macosx/StartupItems/runit
+++ b/etc/macosx/StartupItems/runit
@@ -12,7 +12,7 @@ StartService() {
 }
 StopService() {
   ConsoleMessage "Stopping runit service supervision"
-  svwaitdown -k -t34 /var/service/*
+  svwaitdown -xk -t14 /var/service/*
 }
 RestartService() {
   return 0