Blame SOURCES/start-puppet-wrapper

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