mirror of
https://github.com/SuperBFG7/ympd
synced 2025-12-05 05:58:05 +00:00
Add ssl options to README.MD and contrib files
This commit is contained in:
@@ -10,8 +10,9 @@ Environment=WEB_PORT=80
|
||||
Environment=MYMPD_USER=nobody
|
||||
Environment=COVERIMAGE=--coverimage folder.jpg
|
||||
Environment=STATEFILE=--statefile /var/lib/mympd/mympd.state
|
||||
#Environment=SSL=-S -W 443 -C /etc/mympd/ssl/server.pem -K /etc/mympd/ssl/server.key
|
||||
EnvironmentFile=/etc/default/mympd
|
||||
ExecStart=/usr/bin/mympd --user $MYMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT $COVERIMAGE $STATEFILE
|
||||
ExecStart=/usr/bin/mympd --user $MYMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT $COVERIMAGE $STATEFILE $SSL
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user