From: Arne Fitzenreiter Date: Sat, 4 Jan 2025 09:12:05 +0000 (+0000) Subject: mympd: set loglevel 2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbbe9111da6aaef3b0855bd85867accc5275e20e;p=people%2Fms%2Fipfire-2.x.git mympd: set loglevel 2 this silence the log to errors only. Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/mympd b/lfs/mympd index 3372af620..4e9b174b6 100644 --- a/lfs/mympd +++ b/lfs/mympd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mympd -PAK_VER = 8 +PAK_VER = 9 DEPS = mpd libmpdclient @@ -95,6 +95,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) mkdir -p /var/lib/mympd/config echo false > /var/lib/mympd/config/http echo 8800 > /var/lib/mympd/config/ssl_port + echo 2 > /var/lib/mympd/config/loglovel mkdir -p /var/lib/mympd/state echo /var/mp3 > /var/lib/mympd/state/music_directory chown nobody:nobody -R /var/lib/mympd