The step involving copy of Cavalcade config cavalcade-wordpressorg.conf i.e.
cp -f "$PROVISION_DIR/cavalcade-wordpressorg.conf" "/etc/init/cavalcade-wordpressorg.conf"
fails due to the directory structure not being present. The error message says "cp: cannot create regular file: No such file or directory". This can be fixed by a mkdir operation before the cp operation (#154).
With that change, the build goes a long way ahead but fails on the line
service cavalcade-wordpressorg restart
with the error message: "Failed to restart cavalcade-wordpressorg.service: Unit cavalcade-wordpressorg.service not found"
The step involving copy of Cavalcade config
cavalcade-wordpressorg.confi.e.fails due to the directory structure not being present. The error message says "cp: cannot create regular file: No such file or directory". This can be fixed by a
mkdiroperation before thecpoperation (#154).With that change, the build goes a long way ahead but fails on the line
with the error message: "Failed to restart cavalcade-wordpressorg.service: Unit cavalcade-wordpressorg.service not found"