VM暫存
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
189B

  1. # 重開
  2. # 0. kill pid
  3. kill -9 `cat mqtt_service_pid.txt`
  4. # 1. start
  5. /usr/bin/php /home/bigbang/apps/coworker/mqtt_service.php > /tmp/mqtt_service.log 2>&1&
  6. echo $! > mqtt_service_pid.txt