1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-21 12:23:15 +00:00
ympd/contrib/mympd.service

12 lines
368 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 mpd.service
2018-05-24 16:10:11 +00:00
[Service]
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
2018-05-24 16:10:11 +00:00
Type=simple
[Install]
WantedBy=multi-user.target