about summary refs log tree commit diff
path: root/contrib/MacOSX/de.barton.ngircd.plist.tmpl
blob: f54333d653c8e0cc48766fa3ec49984e19da6b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Disabled</key>
	<true/>
	<key>KeepAlive</key>
	<true/>
	<key>Label</key>
	<string>de.barton.ngIRCd</string>
	<key>ProgramArguments</key>
	<array>
		<string>:SBINDIR:/ngircd</string>
		<string>--nodaemon</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
</dict>
</plist>