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 /etc | |
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 'etc')
-rw-r--r-- | etc/macosx/org.smarden.runit.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/macosx/org.smarden.runit.plist b/etc/macosx/org.smarden.runit.plist new file mode 100644 index 0000000..5c4820f --- /dev/null +++ b/etc/macosx/org.smarden.runit.plist @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>Label</key> + <string>org.smarden.runit</string> + <key>ServiceDescription</key> + <string>runsvdir - starts and monitors a collection of runsv(8) processes</string> + <key>QueueDirectories</key> + <array> + <string>/var/service</string> + </array> + <key>OnDemand</key> + <false/> + <key>ProgramArguments</key> + <array> + <string>/sbin/runsvdir-start</string> + </array> +</dict> +</plist> |