Linuxserver Jellyfin addon for Libreelec - how to configure the parameter --restart unless-stopped?

Hi, I am running the Linuxserver Jellyfin addon on my Libreelec host. I am encountering an “out of memory” notification from Jellyfin regularly. Is there a method / syntax format to add the docker parameter “–restart unless-stopped” to the addon additional docker parameters field?

I’ve also tried “docker update --restart unless-stopped jellyfin” on the CLI but it returns a failed error message because AutoRemove is enabled.

Thanks in advance.

Restart is handled by systemd as the docker run command is run as a oneshot by a systemd service generated by the addon

Thanks. The relevant systemd file shows “Restart=always”. Time to look for another workaround / solution as the “out of memory” notification leads to freezing the host machine.