Man in a van wrote:
> Thanks, that should make my head ache :)
As I understand it:
Enable the -systemd-time-wait-sync- service.
Code:
--------------------
sudo systemctl enable systemd-time-wait-sync
--------------------
Drop an appropriate systemd snippet under the LMS service, easy way:
Code:
--------------------
sudo systemctl edit logitechmediaserver.service
Text needed:
[Unit]
After=time-sync.target
--------------------
Creates -override.conf- in
-/etc/systemd/system/logitechmediaserver.service.d-
Optionally, to guard against time never synchronizing:
Drop a systemd snippet under the systemd time wait sync service, to time
out after 5 minutes, easy way:
Code:
--------------------
sudo systemctl edit systemd-time-wait-sync.service.d
Text needed:
[Service]
TimeoutStartSec=5m
--------------------
Creates -override.conf- in
-/etc/systemd/system/systemd-time-wait-sync.service.d-
Thoroughly test, and report back !
------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=115262
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter