diff options
author | Gerrit Pape <pape@smarden.org> | 2003-09-22 09:59:26 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-09-22 09:59:26 +0000 |
commit | 7f1fb92fde90cbc2cd2eef810fb1855d929cf2c1 (patch) | |
tree | b120f93ba7ac1c9760dcc749a7de78d62109c238 /etc | |
parent | 2647eda98df48d4f454354432286989dd5015a6e (diff) | |
download | runit-7f1fb92fde90cbc2cd2eef810fb1855d929cf2c1.tar.gz runit-7f1fb92fde90cbc2cd2eef810fb1855d929cf2c1.tar.xz runit-7f1fb92fde90cbc2cd2eef810fb1855d929cf2c1.zip |
introduce runsvdir-start.
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 2a4f731..11510fb 100755 --- a/etc/macosx/StartupItems/runit +++ b/etc/macosx/StartupItems/runit @@ -8,7 +8,7 @@ StartService() { ConsoleMessage "Starting runit service supervision" - /bin/csh -cf '/etc/runit/2 &' + /bin/csh -cf '/sbin/runsvdir-start &' } StopService() { ConsoleMessage "Stopping runit service supervision" |