diff options
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="" |