26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
$OpenBSD: patch-umurmur_conf_example,v 1.4 2013/10/04 08:25:09 dcoppa Exp $
|
|
--- umurmur.conf.example.orig Sun Jun 9 20:56:17 2013
|
|
+++ umurmur.conf.example Tue Oct 1 14:15:41 2013
|
|
@@ -1,7 +1,7 @@
|
|
max_bandwidth = 48000;
|
|
welcometext = "Welcome to uMurmur!";
|
|
-certificate = "/etc/umurmur/cert.crt";
|
|
-private_key = "/etc/umurmur/key.key";
|
|
+certificate = "${SYSCONFDIR}/umurmur/certificate.crt";
|
|
+private_key = "${SYSCONFDIR}/umurmur/private_key.key";
|
|
password = "";
|
|
# admin_password = "test"; # Set to enable admin functionality.
|
|
# ban_length = 0; # Length in seconds for a ban. Default is 0. 0 = forever.
|
|
@@ -17,9 +17,9 @@ max_users = 10;
|
|
|
|
# username and groupname for privilege dropping.
|
|
# Will attempt to switch user if set.
|
|
-# username = "";
|
|
+username = "_umurmur";
|
|
# If groupname not set the user's default login group will be used
|
|
-# groupname = "";
|
|
+groupname = "_umurmur";
|
|
|
|
# Log to file option. Default is logging to syslog.
|
|
# umurmurd will close and reopen the logfile if SIGHUP is received.
|