robert 1 年間 前
コミット
c84e260095
1 ファイル変更14 行追加0 行削除
  1. 14 0
      supervisord.conf

+ 14 - 0
supervisord.conf

@@ -31,3 +31,17 @@ stdout_logfile_maxbytes=200MB
 stdout_logfile_backups=10 
 stderr_logfile=/app/wapage/err.log
 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
+autostart = true
+autorestart = true
+redirect_stderr=true
+startsecs=30
+stdout_logfile=/app/soft/sersync/log/sersync.log
+stdout_logfile_maxbytes=200MB
+stdout_logfile_backups=10 
+stderr_logfile=/app/soft/sersync/log/err.log
+stderr_logfile_maxbytes=100MB