@@ -49,6 +49,9 @@ func (p *program) Stop(s service.Service) error {
}
func main() {
+ baseapp.SetOptDirs(false, false, false, false)
+ baseapp.InitPath()
+
svcFlag := flag.String("service", "", "Control the yfkj-webui service.")
flag.Parse()