7 lines
149 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env ssm
2013-09-29 03:32:39 +04:00
cfg_nrpe_config='/etc/nrpe/nrpe.cfg'
service_command=( /usr/bin/nrpe -c "$cfg_nrpe_config" -d )
2013-09-29 03:32:39 +04:00
service_pidfile='/run/nrpe.pid'