1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-03 01:53:14 +00:00
ympd/contrib/mympd.service

11 lines
199 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]
ExecStart=/usr/bin/mympd /etc/mympd/mympd.conf
2018-05-24 16:10:11 +00:00
Type=simple
[Install]
WantedBy=multi-user.target