From 085bfa83fb94f69f03ddcc391892994dfb5208bb Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 8 Oct 2010 11:13:51 +0000 Subject: [PATCH] Added 'status' command SVN revision: 2332 --- elogd.init_template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elogd.init_template b/elogd.init_template index dedfdc23..20be68b7 100755 --- a/elogd.init_template +++ b/elogd.init_template @@ -53,6 +53,10 @@ case "$1" in fi ;; + status) + status -p /var/run/elogd.pid /usr/local/sbin/elogd + RETVAL=$? + ;; restart|reload) $0 stop sleep 1