25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 重開
-
- # 0. kill pid
- kill -9 `cat mqtt_service_pid.txt`
-
- # 1. start
- /usr/bin/php /home/bigbang/apps/coworker/mqtt_service.php > /tmp/mqtt_service.log 2>&1&
- echo $! > mqtt_service_pid.txt
|