6 lines
163 B
Bash
6 lines
163 B
Bash
#!/bin/sh
|
|
#
|
|
# This is wrapper script to start puppet which is used to support starting
|
|
# puppet daemon processes with correct SELinux context.
|
|
|
|
/usr/bin/puppet $*
|