mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-17 03:04:47 +00:00
12 lines
358 B
Desktop File
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
|