mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-05 22:36:16 +00:00
12 lines
217 B
Desktop File
12 lines
217 B
Desktop File
[Unit]
|
|
Description=myMPD server daemon
|
|
Requires=network.target local-fs.target mpd.service
|
|
After=mpd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/mympd /etc/mympd/mympd.conf
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|