[packages/domoticz] order systemd unit after time-sync.target
atler
atler at pld-linux.org
Fri Apr 23 21:36:06 CEST 2021
commit d5409dc5631eafce1bf62dbca2709768a36ae869
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Apr 23 21:33:41 2021 +0200
order systemd unit after time-sync.target
domoticz cannot handle time change...
https://github.com/domoticz/domoticz/issues/3371
domoticz.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/domoticz.git/commitdiff/d5409dc5631eafce1bf62dbca2709768a36ae869
More information about the pld-cvs-commit
mailing list