I’m running mender in standalone mode and have the following set in the mender-convert config:
MENDER_ENABLE_SYSTEMD="n"
But in the resultant image, if I do
sudo systemctl --no-pager status mender-authd.service mender-client.service mender-data-dir.service mender-grow-data.service mender.service mender-updated.service
I find that mender-authd.service and mender-updated.service are running. Why?
They are not needed for my standalone usecase (right??) which is simply
mender-update install file.mender
reboot
mender-update commit
Any easy way to stop all systemd services?