Merge branch 'master' into harden
authorDaniel Schregenberger <daniel@despite.ch>
Mon, 22 Apr 2019 09:53:24 +0000 (11:53 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 09:53:24 +0000 (11:53 +0200)
1  2 
contrib/ympd.default
contrib/ympd.service

@@@ -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
@@@ -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]