2024-02-09, 02:10 AM
(2024-02-09, 01:34 AM)TheDreadPirate Wrote: I have no idea. The script should be in a code block and formatted properly. Hard to make heads or tails of it.
What you should be doing is figuring out why it doesn't start. If you are running it as a docker container, make sure that the restart behavior is "always" instead of "unless-stopped". When you shut down that counts as "unless-stopped" and won't start up next time your NAS boots.
i think this is the pertinent portion
Quote:/usr/syno/bin/synopkg start "PlexMediaServer"
not a synology user but by the executable name it would be used to start a synology package (synopkg)
https://linuxcommandlibrary.com/man/synopkg
appears the user didn't follow the instructions to install as a docker
https://jellyfin.org/docs/general/installation/synology
and instead installed some synology package version or community edition package?
best bet; track down the developer who made the package or install using the official image and docs