X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faff7464db7d197bb48444813df357ab1bb5062d..9602537180be9f8fc17fbd6900b7df53cf2e85c6:/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 new file mode 100644 index 000000000..0b16414ff --- /dev/null +++ b/cookbooks/chef/templates/default/chef-client.service.erb @@ -0,0 +1,10 @@ +[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