diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:20:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:20:09 +0000 |
commit | 018433a6da60c6395baaaa0833d5c50ac6645552 (patch) | |
tree | 2012deeff2f98b267c0c10425c1d4a054190b73f /startup/openrc-conf.in | |
parent | Initial commit. (diff) | |
download | nagios-nrpe-upstream.tar.xz nagios-nrpe-upstream.zip |
Adding upstream version 3.2.1.upstream/3.2.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'startup/openrc-conf.in')
-rw-r--r-- | startup/openrc-conf.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/startup/openrc-conf.in b/startup/openrc-conf.in new file mode 100644 index 0000000..1e6bd84 --- /dev/null +++ b/startup/openrc-conf.in @@ -0,0 +1,7 @@ +# /etc/conf.d/nrpe : config file for /etc/init.d/nrpe + +# The configuration file to use. +NRPE_CFG="@sysconfdir@/nrpe.cfg" + +# Any additional options (e.g. -n -4 -6) to pass to the nrpe daemon. +NRPE_OPTS="" |