]> git.pld-linux.org Git - packages/domoticz.git/commitdiff
order systemd unit after time-sync.target
authorJan Palus <atler@pld-linux.org>
Fri, 23 Apr 2021 19:33:41 +0000 (21:33 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 23 Apr 2021 19:33:41 +0000 (21:33 +0200)
domoticz cannot handle time change...

https://github.com/domoticz/domoticz/issues/3371

domoticz.service

index 5a37e384a92191735c810bcb8e2b519512eac6be..473779279451511911e8656cac8dc4a5b247a75d 100644 (file)
@@ -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
This page took 0.12269 seconds and 4 git commands to generate.