1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-05 02:53:16 +00:00
ympd/contrib/mympd.service

18 lines
469 B
SYSTEMD
Raw Normal View History

2018-05-24 16:10:11 +00:00
[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
2018-05-24 16:10:11 +00:00
EnvironmentFile=/etc/default/mympd
2018-06-14 20:24:26 +00:00
ExecStart=/usr/bin/mympd --user $MYMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT $COVERIMAGE
2018-05-24 16:10:11 +00:00
Type=simple
[Install]
WantedBy=multi-user.target