diff options
Diffstat (limited to 'testing/pnp4nagios/npcd')
-rw-r--r-- | testing/pnp4nagios/npcd | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/pnp4nagios/npcd b/testing/pnp4nagios/npcd deleted file mode 100644 index 2b17bea51a..0000000000 --- a/testing/pnp4nagios/npcd +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/runscript - -depend() { - use net - need dbus - before nfs - after logger - } - -start() { - ebegin "Starting npcd" - start-stop-daemon --start --quiet --exec /usr/bin/npcd -- -d -f /etc/pnp4nagios/npcd.cfg - eend $? - } - -stop() { - ebegin "Stopping npcd" - start-stop-daemon --stop --quiet --exec /usr/bin/npcd - eend $? - } - |