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.
 
 
 
 

7 lines
289 B

# modd.conf 文件用于配置 modd 工具
# backend 后台监听文件变化,自动重启服务
# 1. usercenter 服务
usercenter/*{
prep: go build -o usercenter/usercenter -v usercenter/usercenter.go
daemon +sigkill: ./usercenter/usercenter -f usercenter/etc/usercenter.yaml
}