--- a/debian/upmpdcli.init
+++ b/debian/upmpdcli.init
@@ -1,7 +1,7 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: upmpdcli
-# Required-Start: $network $local_fs $remote_fs
+# Required-Start: $network $local_fs $remote_fs mpd
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
@@ -10,7 +10,7 @@
# to MPD, and enables you to control it with any UPnP controller
# running, for example, on an Android tablet. It uses the MPD
# instance to actually play the tracks. A typical configuration
-# might have for example, MPD running on a Raspberry PI, with
+# would have for example, MPD running on a Raspberry PI, with
# upmpdcli on the same host or any other Linux PC on the network.
### END INIT INFO