Commit a9a5907a authored by John's avatar John Committed by Max Kellermann

mpd.service: depend on network.target

Since some configurations use the "bind_to_address" option in their /etc/mpd.conf, the systemd service file must wait for the network.target or else mpd will start before it and thus fail due to no iface.
parent 8fb20fcd
[Unit]
Description=Music Player Daemon
After=sound.target
After=network.target sound.target
[Service]
ExecStart=@prefix@/bin/mpd --no-daemon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment