Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
#!/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