How to Enable Workerman to Start Automatically on Boot in Linux

Open /etc/rc.local and add code similar to the following before exit 0.

ulimit -HSn 102400
/usr/bin/env php /path/to/disk/start.php start -d

exit 0