diff options
author | Gerrit Pape <pape@smarden.org> | 2003-06-22 19:21:23 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-06-22 19:21:23 +0000 |
commit | 8eab0c03a6224627ecd9ec9a6a5d28e48891e344 (patch) | |
tree | 7c36d48bebd143dd94d8f5a10ba4f34dc13463d8 /etc | |
parent | d47e438cd6a6b668009e2340f126fe636f1fb7c4 (diff) | |
download | runit-8eab0c03a6224627ecd9ec9a6a5d28e48891e344.tar.gz runit-8eab0c03a6224627ecd9ec9a6a5d28e48891e344.tar.xz runit-8eab0c03a6224627ecd9ec9a6a5d28e48891e344.zip |
minor.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/macosx/StartupItems/runit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/macosx/StartupItems/runit b/etc/macosx/StartupItems/runit index 4a10bcc..2a4f731 100755 --- a/etc/macosx/StartupItems/runit +++ b/etc/macosx/StartupItems/runit @@ -12,7 +12,7 @@ StartService() { } StopService() { ConsoleMessage "Stopping runit service supervision" - svwaitdown -xk -t34 /service/* + svwaitdown -k -t34 /service/* } RestartService() { return 0 |