diff --git a/debian/aegir3-hostmaster.hosting-queued.init b/debian/aegir3-hostmaster.hosting-queued.init index d45ef40c409f7b367e22aec0048c8aa1c83c4793..cc6dfee615d67946a72c0d786fdd116e6423c8a2 100755 --- a/debian/aegir3-hostmaster.hosting-queued.init +++ b/debian/aegir3-hostmaster.hosting-queued.init @@ -19,7 +19,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Aegir queue daemon" # Introduce a short description here NAME="hosting-queued" # Introduce the short server's name here -DAEMON=/usr/bin/drush # Introduce the server's location here +DAEMON=/usr/local/bin/drush # Introduce the server's location here DAEMON_ARGS="@hostmaster $NAME" # Arguments to run the daemon with USER="aegir" PIDFILE=/var/run/$NAME.pid