Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vovans82's full-sized avatar

Vladimir Smirnov vovans82

  • San Francisco, CA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am vovans82 on github.
  • I am vovans82 (https://keybase.io/vovans82) on keybase.
  • I have a public key ASCbZXwALYao0EU29WTF0K0ZZQMm2KP_NQUAkhNOY3Ehpwo

To claim this, I am signing this object:

@vovans82
vovans82 / chef-client
Created March 18, 2012 12:46 — forked from jrudolph/chef-client
Chef-client init.d script
#! /bin/sh
### BEGIN INIT INFO
# Provides: chef-client
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Initscript to run chef-client daemon
# Description: Starts the chef-client daemon automatically upon start
### END INIT INFO