work/start.sh

5 lines
230 B
Bash
Raw Normal View History

2019-01-17 11:05:47 +08:00
#!/bin/bash
php application/common/Plugins/GateWayWorker/start_register.php start&
php application/common/Plugins/GateWayWorker/start_gateway.php start&
php application/common/Plugins/GateWayWorker/start_businessworker.php start;