Hello
I have a problem with a Logitech Media Server 7.9 Fedora 25 + kernel CCRMA.
LMS starts well, but Qobuz plugin for LMS works only if I restart manually LMS after boot up. It's a bit annoying :)
I tried to delay LMS start in boot up sequence of systemd but it does not work at all, it's not delayed.
What I did :I created a timer and a service in systemd.
squeezeboxserver.service :
[Unit]
Description=SqueezeboxServer Daemon
[Service]
UMask=0002
EnvironmentFile=/etc/sysconfig/squeezeboxserver
User=squeezeboxserver
Group=squeezeboxserver
SupplementaryGroups=nobody
ExecStart=/usr/libexec/squeezeboxserver\
--pidfile=${SQUEEZEBOX_PID_FILE}\
--cachedir=${SQUEEZEBOX_CACHE_DIR}\
--prefsdir=${SQUEEZEBOX_CFG_DIR}\
--logdir=${SQUEEZEBOX_LOG_DIR}\
--charset=${SQUEEZEBOX_CHARSET}\
${SQUEEZEBOX_OPTIONS}
PIDFile=/var/run/squeezeboxserver/squeezeboxserver.pid
[Install]
WantedBy=multi-user.target
squeezeboxserver.timer
[Unit]
Description=sqbs
[Timer]
OnBootSec=1m
[Install]
WantedBy=timers.target
The timer does not work :(
Please help ?
I have a problem with a Logitech Media Server 7.9 Fedora 25 + kernel CCRMA.
LMS starts well, but Qobuz plugin for LMS works only if I restart manually LMS after boot up. It's a bit annoying :)
I tried to delay LMS start in boot up sequence of systemd but it does not work at all, it's not delayed.
What I did :I created a timer and a service in systemd.
squeezeboxserver.service :
[Unit]
Description=SqueezeboxServer Daemon
[Service]
UMask=0002
EnvironmentFile=/etc/sysconfig/squeezeboxserver
User=squeezeboxserver
Group=squeezeboxserver
SupplementaryGroups=nobody
ExecStart=/usr/libexec/squeezeboxserver\
--pidfile=${SQUEEZEBOX_PID_FILE}\
--cachedir=${SQUEEZEBOX_CACHE_DIR}\
--prefsdir=${SQUEEZEBOX_CFG_DIR}\
--logdir=${SQUEEZEBOX_LOG_DIR}\
--charset=${SQUEEZEBOX_CHARSET}\
${SQUEEZEBOX_OPTIONS}
PIDFile=/var/run/squeezeboxserver/squeezeboxserver.pid
[Install]
WantedBy=multi-user.target
squeezeboxserver.timer
[Unit]
Description=sqbs
[Timer]
OnBootSec=1m
[Install]
WantedBy=timers.target
The timer does not work :(
Please help ?