Seems like the default systemd unit entry in my case was uncorrect. This
is the entry I now have and it's working!
Code:
--------------------
[Unit]
Description=Logitech Media Server Daemon
After=network-online.target
Wants=network-online.target
[Service]
User=logitechms
Group=logitechms
PIDFile=/var/run/lms.pid
WorkingDirectory=/opt/logitechmediaserver
ExecStart=/opt/logitechmediaserver/slimserver.pl \
--prefsdir /opt/logitechmediaserver/prefs \
--cachedir /opt/logitechmediaserver/cache \
--logdir /opt/logitechmediaserver/Logs \
--httpaddr 192.168.178.21 \
--httpport 9000 \
--noimage --novideo
[Install]
WantedBy=multi-user.target
--------------------
Found out about it here:
https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
Thank you Michael and Paul for your time and assistance!
------------------------------------------------------------------------
Wim De Winter's Profile: http://forums.slimdevices.com/member.php?userid=71606
View this thread: http://forums.slimdevices.com/showthread.php?t=108599
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter