diff options
author | CoprDistGit <infra@openeuler.org> | 2024-10-23 10:05:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-10-23 10:05:14 +0000 |
commit | 288ab590ff7f6857d03c04cad4b7606565e06a79 (patch) | |
tree | 4f2cbdde059acf33e9c7a64c8bf8813fe1702a3c /start-puppet-wrapper | |
parent | 3f25439125bc14b7a81b0dd366fb028609107d67 (diff) |
automatic import of puppetopeneuler22.03_LTS_SP4
Diffstat (limited to 'start-puppet-wrapper')
-rw-r--r-- | start-puppet-wrapper | 8 |
1 files changed, 8 insertions, 0 deletions
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 $* |