summary refs log tree commit diff
path: root/etc/macosx/org.smarden.runit.plist
blob: 1331f8a35f13364925d47063ea7c4fbeb20dc952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>/service</string>
	</array>
	<key>OnDemand</key>
	<false/>
	<key>ProgramArguments</key>
	<array>
		<string>/sbin/runsvdir-start</string>
	</array>
</dict>
</plist>