From: Jan Palus Date: Fri, 23 Apr 2021 19:33:41 +0000 (+0200) Subject: order systemd unit after time-sync.target X-Git-Tag: auto/th/domoticz-2021.1-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdomoticz.git;a=commitdiff_plain;h=d5409dc order systemd unit after time-sync.target domoticz cannot handle time change... https://github.com/domoticz/domoticz/issues/3371 --- diff --git a/domoticz.service b/domoticz.service index 5a37e38..4737792 100644 --- a/domoticz.service +++ b/domoticz.service @@ -1,6 +1,6 @@ [Unit] Description=Domoticz Home Automation Server -After=syslog.target network.target +After=syslog.target network.target time-sync.target [Service] User=domoticz