From 9cc8c8747ae32097e296317df3c92fc7565da9ab Mon Sep 17 00:00:00 2001 From: jim-p Date: Sun, 11 Oct 2009 17:31:44 -0400 Subject: Make rc script executable, otherwise the service never starts. --- config/nrpe2/nrpe2.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'config/nrpe2') diff --git a/config/nrpe2/nrpe2.inc b/config/nrpe2/nrpe2.inc index 48a9b480..261f2e3b 100644 --- a/config/nrpe2/nrpe2.inc +++ b/config/nrpe2/nrpe2.inc @@ -126,6 +126,7 @@ run_rc_command "$1" EOD; fwrite($fd, $rc_file); fclose($fd); + chmod('/usr/local/etc/rc.d/nrpe2.sh', 0755); conf_mount_ro(); } -- cgit v1.2.3