Serviio Ubuntu systemd script
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
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