|
|
@@ -135,7 +135,7 @@ func (p *program) Stop(s service.Service) error {
|
|
|
}
|
|
|
|
|
|
func main() {
|
|
|
- baseapp.SetOptDirs(true, true, false, true)
|
|
|
+ baseapp.SetOptDirs(true, true, false, false)
|
|
|
baseapp.InitPath()
|
|
|
|
|
|
svcFlag := flag.String("service", "", "Control the yfkj-camera-capture service.")
|