Page 1 of 1

Serviio hangs on shutdown of Arch

PostPosted: Sun Oct 11, 2015 2:37 pm
by zerophase
I'm running Serviio 1.5.2. If I manually stop the Serviio service from running Arch shutdowns without a problem. If it's left up Arch takes about two minutes to shutdown.

My systemd Serviio.service looks like so:
  Code:
[Unit]
Description=Serviio
After=network.target

[Service]
ExecStart=/usr/bin/serviio
ExecStop=/usr/bin/serviio -stop
killMode=none
Restart=on-abort

[Install]
WantedBy=multi-user.target


I took this from Launchpad Serviio still doesn't shutdown correctly. Anyone know what I should change for the script?

On an unrelated note whenever I have the console open, an embedded Java tab is displayed on the taskbar. Is there a work around for removing that from the taskbar?