#!/usr/bin/env ssm

cfg_nrpe_config='/etc/nrpe/nrpe.cfg'

service_command=( /usr/bin/nrpe -c "$cfg_nrpe_config" -d )
service_pidfile='/run/nrpe.pid'
