]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/chef-client.service.erb
Add a systemd cookbook to manage unit files
[chef.git] / cookbooks / chef / templates / default / chef-client.service.erb
diff --git a/cookbooks/chef/templates/default/chef-client.service.erb b/cookbooks/chef/templates/default/chef-client.service.erb
deleted file mode 100644 (file)
index 0b16414..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Chef Client
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/chef-client -i 1800 -s 20
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target