1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-16 10:09:56 +00:00

fix: option for mpdpass error from pull request #23

This commit is contained in:
jcorporation 2018-07-25 00:49:30 +01:00
parent bc13795c9f
commit e54a2ee709
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Requires=network.target local-fs.target mpd.service
[Service] [Service]
EnvironmentFile=/etc/mympd/options EnvironmentFile=/etc/mympd/options
ExecStart=/usr/bin/mympd --user $MYMPD_USER --webport $WEB_PORT --mpdhost $MPD_HOST --mpdport $MPD_PORT --mpdpass $MPD_PASSWORD --coverimage $COVERIMAGE --statefile $STATEFILE $SSL ExecStart=/usr/bin/mympd --user $MYMPD_USER --webport $WEB_PORT --mpdhost $MPD_HOST --mpdport $MPD_PORT $MPD_PASSWORD --coverimage $COVERIMAGE --statefile $STATEFILE $SSL
Type=simple Type=simple
[Install] [Install]

View File

@ -1,7 +1,7 @@
#myMPD startup options #myMPD startup options
MPD_HOST=localhost MPD_HOST=localhost
MPD_PORT=6600 MPD_PORT=6600
#MPD_PASSWORD=PASSWORD #MPD_PASSWORD=--mpdpass PASSWORD
WEB_PORT=80 WEB_PORT=80
SSL=-S -W 443 -C /etc/mympd/ssl/server.pem -K /etc/mympd/ssl/server.key SSL=-S -W 443 -C /etc/mympd/ssl/server.pem -K /etc/mympd/ssl/server.key
MYMPD_USER=nobody MYMPD_USER=nobody