Invalid pgrep command

This commit is contained in:
Ahmed Muawia Khan 2018-07-23 16:50:15 +02:00
parent d2397b1533
commit cdadcb0df4

View File

@ -303,7 +303,7 @@ $ # OR
$ kill -3 <bigchaindb_parent_pid>
# If you want to kill all the processes by name yourself
$ pgrep bigchaindb | xargs kill -9 bigchaindb
$ pgrep bigchaindb | xargs kill -9
$ # OR