1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-03 07:13:18 +00:00

Fix: remove systemd dependency

This commit is contained in:
jcorporation
2018-08-30 21:50:02 +01:00
parent 337a3609ee
commit 771d06b9af
4 changed files with 4 additions and 35 deletions

10
contrib/mympd.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=myMPD server daemon
Requires=network.target local-fs.target mpd.service
[Service]
ExecStart=/usr/bin/mympd /etc/mympd/mympd.conf
Type=simple
[Install]
WantedBy=multi-user.target