I have crreated a starter project using a raspberry pi v1.
I have the following at the top of my Dockerfile.template
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:latest
# enable container init system.
ENV INITSYSTEM on
Despite this, systemd is not starting and my start.sh
is process 1.
I’ve tried setting INITSYSTEM on
in the service variable and it makes no difference.