Page 1 of 1

Serviio Ubuntu systemd script

PostPosted: Sat Aug 17, 2024 4:29 pm
by sipi
Hi,
I created a systemd script for serviio (copied it from https://wiki.serviio.org/doku.php?id=ho ... buntu18-04) but I have an error massage when I check serviio.service status:

"mediaserver systemd[1]: /lib/systemd/system/serviio.service:11: Unknown key name 'TimeoutStopSpec' in section 'Service', ignored."

The serviio.service systemd script includes this parameter:

"[Service]
...
TimeoutStopSpec = 30
.."

I think this parameter is correctly (but I miss):

TimeoutStopSec = 30

Maybe is it correct?

Thank you for your help

Re: Serviio Ubuntu systemd script

PostPosted: Sun Sep 08, 2024 2:56 am
by cmakula
You are correct. I will fix it.

Re: Serviio Ubuntu systemd script

PostPosted: Sat Sep 21, 2024 3:03 pm
by sipi
Thank you, I fixed it...