I’m trying to set mender-client systemd service disabled by default. So added : SYSTEMD_AUTO_ENABLE = "disable" to mender-client_%.bbappend file. Problem is that mender-client service is started despite of that (it’s not present in /etc/systemd/system/muti-user.want and cat /lib/systemd/system-preset/98-mender-client.preset
shows: disable mender-client.service
Did you dump the bitbake environment and verify that the AUTO_ENABLE value is set correctly? It’s possible that there is a layer of higher priority that is turning it back on.