Blame SOURCES/start-puppet-wrapper

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