socket.sh 150 B

1234567
  1. #!/bin/bash
  2. basepath=$(cd `dirname $0`; pwd)
  3. cd $basepath
  4. nohup php ../artisan swoole:socket start >/dev/null 2>&1 &
  5. echo 'Socket service start...'