mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added 'status' command
SVN revision: 2332
This commit is contained in:
parent
e05d38658d
commit
085bfa83fb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user