mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-05 14:26:16 +00:00
20 lines
631 B
Desktop File
20 lines
631 B
Desktop File
[Unit]
|
|
Description=myMPD server daemon
|
|
Requires=network.target local-fs.target
|
|
|
|
[Service]
|
|
Environment=MPD_HOST=localhost
|
|
Environment=MPD_PORT=6600
|
|
Environment=MPD_PASSWORD=
|
|
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 $SSL
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|