Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created January 22, 2015 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanneufeld/d011782149697b1a9512 to your computer and use it in GitHub Desktop.
Save ryanneufeld/d011782149697b1a9512 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# cfengine3
#
#
# Created by Nakarin Phooripoom on 22/6/2011.
# Copyright 2010 CFEngine AS. All rights reserved.
#
### BEGIN INIT INFO
# Provides: cfengine3
# Required-Start: $local_fs $remote_fs $network $time
# Required-Stop: $local_fs $remote_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: GNU configuration engine
# Description: Tool for configuring and maintaining network machines
### END INIT INFO
#
# chkconfig: 2345 60 40
# description: Starts the cfengine daemons for remote and periodic \
# execution of cfengine and for environment monitoring.
# set -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment