diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-12-07 23:39:55 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-12-07 23:39:55 +0100 |
commit | 35d80008d6cb55160d06dda51aebc716c4d6511b (patch) | |
tree | e8849342709f39aac11a8882a02f5bf658e824c3 /make/template/org.inspircd.plist | |
parent | 48f8f79317a04891e2becd859363add6eb2d6444 (diff) | |
parent | 440f34023a094697fca5fc07dfbb9e2a3228520a (diff) |
Merge pull request #895 from SaberUK/master+configure-misc-cleanup
Various improvements to the build system.
Diffstat (limited to 'make/template/org.inspircd.plist')
-rw-r--r-- | make/template/org.inspircd.plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/template/org.inspircd.plist b/make/template/org.inspircd.plist index 4bcb3e7c3..07a3446b5 100644 --- a/make/template/org.inspircd.plist +++ b/make/template/org.inspircd.plist @@ -23,6 +23,8 @@ <key>ServiceIPC</key> <false/> <key>UserName</key> - <string>ircdaemon</string> + <string>@USER@</string> + <key>GroupName</key> + <string>@GROUP@</string> </dict> </plist> |