Created
August 4, 2014 06:12
-
-
Save kszarek/c4cc3e427767630eb8e8 to your computer and use it in GitHub Desktop.
chef cron @reboot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cron "chef-client-autostart" do | |
time :reboot | |
command "/opt/chef/embedded/bin/ruby /usr/bin/chef-client -c /etc/chef/client.rb -L /var/log/chef.log -P /var/run/chef/client.pid" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tego nie znajdziecie nawet w dokumentacji. Znalazłem to dopiero w jakiś ticketach otwartych na opscode.