• John's avatar
    mpd.service: depend on network.target · a9a5907a
    John authored
    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.
    a9a5907a
mpd.service.in 161 Bytes
[Unit]
Description=Music Player Daemon
After=network.target sound.target

[Service]
ExecStart=@prefix@/bin/mpd --no-daemon

[Install]
WantedBy=multi-user.target