aa0c1124ca
From maintainer Jonathon Sisson, tweaked by me
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
$OpenBSD: patch-umurmur_conf_example,v 1.3 2012/04/12 10:03:19 dcoppa Exp $
|
|
--- umurmur.conf.example.orig Sun Mar 18 20:26:26 2012
|
|
+++ umurmur.conf.example Thu Apr 12 11:36:49 2012
|
|
@@ -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.
|
|
@@ -16,9 +16,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.
|