Hello
I recently updated the app from the Synology Package Store to the manual package installation.
Before I used a script to update the emby certificate frequently. Today I noticed that the certificate was outdated and I got issues from the app.
Beside some other issues, I found out that the command I used is not working anymore.
As the final line in my script I use
synoservicecfg --restart pkgctl-EmbyServer
while the "--status" command works fine
root@NAS:/var/services/homes/emby# synoservicecfg --status pkgctl-EmbyServer
Service [pkgctl-EmbyServer] status=[enable]
required upstart job:
[pkgctl-EmbyServer] is start.
=======================================
, reload/restart commands dont work anymore and produce no output (that can be normal), but I dont notice any "downtime" to I am sure that the service doesnt restart.
Is there another option to restart emby or reload the certificate?
And can the commands be fixed - just for sake of QOL or something?