+ mode "644"
+ notifies :restart, "service[chrony]"
+end
+
+service "systemd-timesyncd" do
+ action [:stop, :disable]
+end
+
+systemd_service "chrony-restart" do
+ service "chrony"
+ dropin "restart"
+ restart "on-failure"
+ notifies :restart, "service[chrony]"