summaryrefslogtreecommitdiff
path: root/make/template/org.inspircd.plist
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2014-10-01 19:52:25 +0100
committerPeter Powell <petpow@saberuk.com>2014-12-07 22:36:42 +0000
commit500a0524d94d596b327ed9aaa17fd0a8ce9ebf96 (patch)
tree56e94dda14aada898d8fedc01bc3519c5ff2c0b2 /make/template/org.inspircd.plist
parent11f4d02e7020cb5775d2b89af0e652e53cd90ed7 (diff)
Miscellaneous improvements to configure.
- Clean up various minor sections of the code. - Remove OpenSSL and GnuTLS detection plumbing. - This will soon be the job of modulemanager. - This did not work in non-interactive mode unlike --enable-extras. - Rework runas user handling. - Add the --gid configure option. - Accept either an id or a name in --gid and --uid. - Rework the question flow in interactive mode. - User is no longer asked detailed questions unless they want them. - Socket engine questions have been removed. - Automatically enable non-interactive mode if STDIN or STDOUT are not a tty.
Diffstat (limited to 'make/template/org.inspircd.plist')
-rw-r--r--make/template/org.inspircd.plist4
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>