Installing the Hosting Queue Daemon on Arch Linux

I know this might be a little off topic. I have installed Aegir on Arch Linux and I had no issues with the installation. Everything works except the tasks are not executed. They refresh every 20Seconds as I have set it up, however they are not executed. I beleive this is because the Hosting queue daemon is not running. I think one should probably create a service in arch to execute the hostmaster calls, however, I would just like to know if there is some documentation on this for Arch, since the rest of the manual made it pretty easy with arch specific instructions.

I tried to run the hosting_queue.sh file however, it gives an error message that reads:

hosting_queued.sh: line 3: @hostmaster: command not found

Would really appreciate any help ! btw thanks for the awesome software, if it works well for me, I will make a donation.

#1

One other thing, If I run the script with drush as input parameter, I get the following error:

Could not open input file: /var/aegir/hostmaster-7.x-3.x-dev/profiles/hostmaster/modules/hosting/queued/drush.php

#2

Not sure if this helps, but there are Aegir packages in the AUR: https://aur.archlinux.org/packages/?O=0&K=aegir

Might be able to try those or pick up a trick that makes it work.