Reinstalled to /opt

Added /lib/systemd/system/serviio.service with

[Unit]
Description=Serviio Media Server
After=syslog.target local-fs.target network.target

[Service]
Type=simple
User=serviio
Group=serviio
ExecStart=/opt/serviio/bin/serviio.sh
ExecStop=/opt/serviio/bin/serviio.sh -stop
KillMode=none
Restart=on-abort

[Install]
WantedBy=multi-user.target

Enabled and started service.

Small script to start the console added to startup


#!/bin/sh
/opt/serviio/bin/serviio-console.sh
exit 0

No further issues with shutdowns or reboots

(http://wiki.serviio.org/doku.php?id=howto:linux:install:ubuntu15-04)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1456730

Title:
  Hangs on shutdown after installing and running serviio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1456730/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to