2
0
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:
Jarrod Johnson 2019-08-20 08:59:01 -04:00
parent 4cdbc7807b
commit 051d79727b

View File

@ -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