about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2008-02-17 15:35:46 +0000
committerFlorian Westphal <fw@strlen.de>2008-02-26 23:49:33 +0100
commit89ba1bdcba88d1a69657e558be4621aa1d2ec78a (patch)
tree700a485fe882873c4ff51e12cdf64860d1c82bf4
parent0250acc50bd54ff74dfc5e73a61d382805f37462 (diff)
downloadngircd-89ba1bdcba88d1a69657e558be4621aa1d2ec78a.tar.gz
ngircd-89ba1bdcba88d1a69657e558be4621aa1d2ec78a.zip
LaunchDaemon plist for Mac OS X/Darwin launchd.
-rw-r--r--contrib/MacOSX/de.barton.ngircd.plist.tmpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/MacOSX/de.barton.ngircd.plist.tmpl b/contrib/MacOSX/de.barton.ngircd.plist.tmpl
new file mode 100644
index 00000000..f54333d6
--- /dev/null
+++ b/contrib/MacOSX/de.barton.ngircd.plist.tmpl
@@ -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>