diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-22 02:34:06 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-22 02:34:06 +0000 |
commit | 70028ca7253ef8a5a8a6210aa36014ad06f00524 (patch) | |
tree | ec81a152a679d50102c291f4935716efbf3959be | |
parent | bd0b32beb6d2b84bc12ed7c6e3ca22b47df9ac89 (diff) |
Apply patch from BuildSmart. Add owner of process to launchd script.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7402 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | .org.inspircd.plist.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.org.inspircd.plist.inc b/.org.inspircd.plist.inc index 699e878c1..3112d51b1 100644 --- a/.org.inspircd.plist.inc +++ b/.org.inspircd.plist.inc @@ -21,5 +21,7 @@ </array> <key>ServiceIPC</key> <false/> + <key>UserName</key> + <string>ircdaemon</string> </dict> </plist> |