Skip to content

Instantly share code, notes, and snippets.

@superplussed
Created August 24, 2011 16:24
Show Gist options
  • Save superplussed/1168446 to your computer and use it in GitHub Desktop.
Save superplussed/1168446 to your computer and use it in GitHub Desktop.
Installs to /etc/sv/chef-client/log/run
#!/bin/bash
exec 2>&1
exec /usr/bin/env chef-client -i 1800 -s 20 -L /var/log/chef/client.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment