diff options
author | Gerrit Pape <pape@smarden.org> | 2005-07-21 11:54:33 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2005-07-21 11:54:33 +0000 |
commit | 1e431df0091458a0eadfc3eaf38295add806580d (patch) | |
tree | 71e13e951be40623459f3b51270bb62599336db2 /doc | |
parent | 8f34e35590594a48764dead3f9cb888cd9b06dd3 (diff) | |
download | runit-1e431df0091458a0eadfc3eaf38295add806580d.tar.gz runit-1e431df0091458a0eadfc3eaf38295add806580d.tar.xz runit-1e431df0091458a0eadfc3eaf38295add806580d.zip |
* doc/useinit.html: how to use runit with macosx 10.4 (thx Lars Uffmann).
* etc/macosx/org.smarden.runit.plist: new; launchd plist file for runsvdir-start (thx Lars Uffmann).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/useinit.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/useinit.html b/doc/useinit.html index 6c11fd1..3ca4a8a 100644 --- a/doc/useinit.html +++ b/doc/useinit.html @@ -63,6 +63,15 @@ On MacOSX 10.2 create an entry for <i>runit</i> in # cp -p /package/admin/runit/etc/macosx/StartupItems/* runit/ </pre> and reboot your system. +<p> +On MacOSX 10.4 create an entry for <i>runit</i> in +<tt>/Library/LaunchDaemons/</tt>, and tell <i>launchd</i> to start the +new service: +<pre> + # cp /package/admin/runit/etc/macosx/org.smarden.runit.plist \ + /Library/LaunchDaemons/ + # launchctl load /Library/LaunchDaemons/org.smarden.runit.plist +</pre> <hr> <address><a href="mailto:pape@smarden.org"> Gerrit Pape <pape@smarden.org> |