Notify Push Service does not start automatically

Apperently there seem to be some problems with notify_push:

  1. The log from hokkaido shows that the permissions of the notify_push Binary are wrong. Change them to sudo chmod a+x notify_push
  2. Even then, the tip of inserting After=mariadb.service into /etc/systemd/system/notify_push.service seems to be necessary
  3. The binary seems to have problems with 64 Bit OS (here: Ubuntu 22.04 64 Bit
    Adding the packets
    sudo apt install binfmt-support qemu qemu-user-static
    show relief