mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
Fix sysvinit
sysvinit lsb function is 'status_of_proc'
This commit is contained in:
parent
4cdbc7807b
commit
051d79727b
@ -60,7 +60,7 @@ case $1 in
|
||||
stop
|
||||
;;
|
||||
status)
|
||||
status -p /var/run/confluent/pid $confluent
|
||||
status_of_proc -p /var/run/confluent/pid $confluent
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user