tags 629811 patch
thanks

Please find attached a patch for this issue.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/hwclock-set b/debian/hwclock-set
index 2dcc8ee..15e8ee8 100644
--- a/debian/hwclock-set
+++ b/debian/hwclock-set
@@ -4,6 +4,11 @@
 
 dev=$1
 
+# systemd manages the hwclock itself
+if [ -e /sys/fs/cgroup/systemd ] ; then
+    exit 0
+fi
+
 if [ -f /etc/default/rcS ] ; then
     . /etc/default/rcS
 fi	

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to