From 288ab590ff7f6857d03c04cad4b7606565e06a79 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 23 Oct 2024 10:05:14 +0000 Subject: automatic import of puppet --- start-puppet-wrapper | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 start-puppet-wrapper (limited to 'start-puppet-wrapper') diff --git a/start-puppet-wrapper b/start-puppet-wrapper new file mode 100644 index 0000000..e0c8b70 --- /dev/null +++ b/start-puppet-wrapper @@ -0,0 +1,8 @@ +#!/bin/sh +# +# This is wrapper script to start puppet which is used to support starting +# puppet daemon processes with correct SELinux context. +# + +# Call exec rather that spawn sub-process because of signals +exec /usr/bin/puppet $* -- cgit v1.2.3