modified options syntaxing

Modifications based on the following PKGBUILD:
https://github.com/CultofRobots/archphile-custom/blob/master/mympd/PKGBUILD
This commit is contained in:
Mike Andonov 2018-07-23 14:53:31 +03:00 committed by GitHub
parent d2438d99e6
commit 807cb83389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#myMPD startup options
MPD_HOST=localhost
MPD_PORT=6600
#MPD_PASSWORD=--mpdpass PASSWORD
#MPD_PASSWORD=PASSWORD
WEB_PORT=80
SSL=-S -W 443 -C /etc/mympd/ssl/server.pem -K /etc/mympd/ssl/server.key
MYMPD_USER=nobody
COVERIMAGE=--coverimage folder.jpg
STATEFILE=--statefile /var/lib/mympd/mympd.state
COVERIMAGE=folder.jpg
STATEFILE=/var/lib/mympd/mympd.state