Created
April 2, 2009 07:54
-
-
Save macros/89085 to your computer and use it in GitHub Desktop.
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
include_recipe "runit" | |
package "libopenssl-ruby1.8" | |
remote_file "/etc/chef/client.rb" do | |
source "client.rb" | |
mode 0644 | |
owner "root" | |
group "root" | |
end | |
runit_service "chef-client" |
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
#!/bin/sh | |
exec svlogd -tt ./main |
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
#!/bin/sh | |
exec 2>&1 | |
exec /usr/bin/env chef-client -i 1800 -s 120 -L /var/log/chef/client.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment