MicroOS systemctl daemon-reload own service file

Hi, I am wondering how I can load/enable a service in MicroOS.
I am used from Tumbleweed to put myService.service into /etc/systemd/system/ and do systemctl daemon-reload. Normally I can start and enable myService.service then.

Can someone explain how to archieve this in microOS? I have tried to create a --user context service but this is not working at all. Looking forward to your answers…

@SteffNC Hi just use transactional-update shell, add your services and reboot… but /etc/ is writeable.

Thanks, that was an easy one.