diff --git a/README.md b/README.md index e59b6e0..2f91ea7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Welcome message sent to clients when they connect. ## SERVER_PASSWORD Password to join server. -## PASSWORD_PASSWORD +## ADMIN_PASSWORD Password of the SuperUser. ## MAX_BANDWIDTH @@ -38,7 +38,9 @@ Name of the key file. - 64738 # Capabilities +- CHOWN - DAC_OVERRIDE +- FOWNER - NET_BIND_SERVICE - SETGID - SETUID diff --git a/rootfs/etc/cont-init.d/02-murmur b/rootfs/etc/cont-init.d/02-murmur index fb5ed99..a2e14e7 100644 --- a/rootfs/etc/cont-init.d/02-murmur +++ b/rootfs/etc/cont-init.d/02-murmur @@ -1,3 +1,3 @@ #!/usr/bin/with-contenv sh -murmurd -ini /etc/murmur.ini -supw $ADMINPASSWORD +murmurd -ini /etc/murmur.ini -supw $ADMIN_PASSWORD