소스 검색

[CI SKIP]

robert 1 년 전
부모
커밋
a20c50b6fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      supervisord.conf

+ 1 - 1
supervisord.conf

@@ -35,7 +35,7 @@ stderr_logfile_maxbytes=100MB
 [program:sersync]
 environment=SERSYNC_HOME="/app/soft/sersync"
 directory=/app/soft
-command=/app/soft/sersync/bin/sersync -r -o /usr/local/sersync/conf/confxml.xml
+command=/app/soft/sersync/bin/sersync -r -o /app/soft/sersync/conf/confxml.xml
 autostart = true
 autorestart = true
 redirect_stderr=true