f85b78
#!/bin/sh
f85b78
#
f85b78
# This is wrapper script to start puppet which is used to support starting
f85b78
# puppet daemon processes with correct SELinux context.
f85b78
#
f85b78
f85b78
# Call exec rather that spawn sub-process because of signals
f85b78
exec /usr/bin/puppet $*