]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
mympd: set loglevel 2
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 4 Jan 2025 09:12:05 +0000 (09:12 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 4 Jan 2025 09:12:05 +0000 (09:12 +0000)
this silence the log to errors only.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/mympd

index 3372af620ec23cf32d2d5e3058077618a590be9e..4e9b174b6ca94ccd06a087f6ffe0eefb5f8dfddd 100644 (file)
--- a/lfs/mympd
+++ b/lfs/mympd
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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