From: Daniel Schregenberger Date: Mon, 22 Apr 2019 09:53:24 +0000 (+0200) Subject: Merge branch 'master' into harden X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=e6e08d6159eb490798191ad2555277a33da59900;p=ympd.git Merge branch 'master' into harden --- e6e08d6159eb490798191ad2555277a33da59900 diff --cc contrib/ympd.default index d97ac73,f0cd0f5..b1bf9fd --- a/contrib/ympd.default +++ b/contrib/ympd.default @@@ -2,4 -2,7 +2,6 @@@ MPD_HOST=localhos MPD_PORT=6600 MPD_PASSWORD= WEB_PORT=8080 -YMPD_USER=nobody DIRBLE_API_TOKEN=2e223c9909593b94fc6577361a + #DIGEST=--digest /path/to/htdigest + #LOCALPORT=--localport 8080 diff --cc contrib/ympd.service index cb1abdc,43a9e1a..5037dad --- a/contrib/ympd.service +++ b/contrib/ympd.service @@@ -29,8 -9,10 +29,10 @@@ Environment=MPD_PASSWORD Environment=WEB_PORT=8080 Environment=YMPD_USER=nobody Environment=DIRBLE_API_TOKEN=2e223c9909593b94fc6577361a + Environment=DIGEST= + Environment=LOCALPORT= EnvironmentFile=/etc/default/ympd - ExecStart=/usr/bin/ympd --user $USER --mpdpass "$MPD_PASSWORD" --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT --dirbletoken $DIRBLE_API_TOKEN -ExecStart=/usr/bin/ympd --user $YMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT --dirbletoken $DIRBLE_API_TOKEN $DIGEST $LOCALPORT ++ExecStart=/usr/bin/ympd --user $USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT --dirbletoken $DIRBLE_API_TOKEN $DIGEST $LOCALPORT Type=simple [Install]