runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

org.smarden.runit.plist (561B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>Label</key>
      6 	<string>org.smarden.runit</string>
      7 	<key>ServiceDescription</key>
      8 	<string>runsvdir - starts and monitors a collection of runsv(8) processes</string>
      9 	<key>QueueDirectories</key>
     10 	<array>
     11 		<string>/service</string>
     12 	</array>
     13 	<key>OnDemand</key>
     14 	<false/>
     15 	<key>ProgramArguments</key>
     16 	<array>
     17 		<string>/sbin/runsvdir-start</string>
     18 	</array>
     19 </dict>
     20 </plist>