1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-09-28 14:18:40 +00:00
ympd/contrib/mympd.service
jcorporation 51354aaf71 cleanup: options and systemd service file
fix: mkrelease.sh - ignore unknown css properties in compile
cleanup: serviceworker
2018-07-25 00:47:26 +01:00

12 lines
358 B
Desktop File

[Unit]
Description=myMPD server daemon
Requires=network.target local-fs.target mpd.service
[Service]
EnvironmentFile=/etc/mympd/options
ExecStart=/usr/bin/mympd --user $MYMPD_USER --webport $WEB_PORT --mpdhost $MPD_HOST --mpdport $MPD_PORT $MPD_PASSWORD --coverimage $COVERIMAGE --statefile $STATEFILE $SSL
Type=simple
[Install]
WantedBy=multi-user.target