Apperently there seem to be some problems with notify_push:
- The log from hokkaido shows that the permissions of the notify_push Binary are wrong. Change them to sudo chmod a+x notify_push
- Even then, the tip of inserting
After=mariadb.serviceinto /etc/systemd/system/notify_push.service seems to be necessary - 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