Commit 5e22eeeb by 柴鹏飞

添加停止服务脚本

parent 95a1bd4d
#!/bin/bash
pid_file=.start_service.pid
# 结束接口服务
cat $pid_file | xargs kill
# 删除 pid 文件
rm $pid_file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment