mherger wrote:
> > I'm running LMS straight from the 7.9 git code.
>
> Oh, on what platform? And how do you start it?
>
> --
>
> Michael
re platform:
Ubuntu 16.04.3 LTS, Linux scserver 4.4.0-112-generic #135-Ubuntu SMP Fri
Jan 19 11:48:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
re how do you start it:
systemd service unit file:
Code:
--------------------
## /lib/systemd/system/lms.service -- Sat Jun 17 18:14:09 MDT 2017
## systemctl service unit file
[Unit]
Description=Logitech Media Server git code Daemon
After=local-fs.target syslog.target network.target
[Service]
#UMask=0002
Nice=-19
LimitRTPRIO=infinity
LimitMEMLOCK=infinity
EnvironmentFile=/etc/default/lms
RuntimeDirectory=lms
Type=simple
User=lms
Group=nogroup
ExecStart=/usr/local/share/lms/server/slimserver.pl ${SLIM_OPTIONS}
--pidfile=${SLIM_PIDFILE} --cachedir=${SLIM_CACHEDIR}
--prefsdir=${SLIM_PREFSDIR} --logdir=${SLIM_LOGDIR} --charset=${SLIM_CHARSET}
PIDFile=/var/run/lms/lms.pid
RestartSec=5
Restart=on-failure
[Install]
WantedBy=multi-user.target
--------------------
Resulting process:
Code:
--------------------
lms 1120 0.8 3.2 364168 254564 ? S<s 20:18 0:34
/usr/bin/perl /usr/local/share/lms/server/slimserver.pl
/usr/local/share/lms/server/slimserver.pl --nosb1slimp3sync
--pidfile=/var/run/lms/lms.pid --cachedir=/var/lib/lms/cache
--prefsdir=/var/lib/lms/prefs --logdir=/var/log/lms --charset=utf8
--------------------
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=108561
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins