yao-wenbin opened a new issue, #7218: URL: https://github.com/apache/rocketmq/issues/7218
### Is Your Feature Request Related to a Problem? I found the user of RocketMQ sometimes (or may be most of time) need to run RocketMQ in daemon, but the ``mqbroker`` or any other shell script don't have this feature, so that they only be abled to using ``nohup`` to start rocketmq component in every single machine, such as : ``nohup sh mqbroker -n localhost:9876 -c conf/broker.conf > broker.log 2>&1 &``. ### Describe the Solution You'd Like If mqbroker shell script can add daemon mode to let RocketMQ's Broker and Namesrv dirctly run in daemon will easier to use. such as ``sh mqbroker -d -xx`` or ``sh mqbroker --daemon -xx`` ### Describe Alternatives You've Considered ignore it and moving on. ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org