# See the License for the specific language governing permissions and
# limitations under the License.
+include_recipe "munin"
+
package %w[
chrony
tzdata
action [:stop, :disable]
end
+systemd_service "chrony-restart" do
+ service "chrony"
+ dropin "restart"
+ restart "on-failure"
+ notifies :restart, "service[chrony]"
+end
+
service "chrony" do
action [:enable, :start]
end