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:
10
contrib/mympd.service
Normal file
10
contrib/mympd.service
Normal 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
|
||||
Reference in New Issue
Block a user