]> arthur.barton.de Git - ngircd-alex.git/commitdiff
LaunchDaemon plist for Mac OS X/Darwin launchd.
authorAlexander Barton <alex@barton.de>
Sun, 17 Feb 2008 15:35:46 +0000 (15:35 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 22:49:33 +0000 (23:49 +0100)
contrib/MacOSX/de.barton.ngircd.plist.tmpl [new file with mode: 0644]

diff --git a/contrib/MacOSX/de.barton.ngircd.plist.tmpl b/contrib/MacOSX/de.barton.ngircd.plist.tmpl
new file mode 100644 (file)
index 0000000..f54333d
--- /dev/null
@@ -0,0 +1,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>