@@ -205,28 +205,44 @@ stdout_logfile_maxbytes=10MB ; max # logfile bytes b4 rotation (default 50MB)
205
205
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
206
206
stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0)
207
207
208
- [program:mongowr]
209
- ; args: instance# loglevel
210
- command=/usr/bin/node /home/user/json-scada/src/mongowr/index.js
211
- autostart=false
212
- numprocs=1 ; number of processes copies to start (def 1)
213
- directory=/home/user/json-scada/src/mongowr/ ; directory to cwd to before exec (def no cwd)
214
- user=user ; setuid to this UNIX account to run the program
215
- redirect_stderr=true ; redirect proc stderr to stdout (default false)
216
- stdout_logfile=/home/user/json-scada/log/mongowr.log ; stdout log path, NONE for none; default AUTO
217
- stdout_logfile_maxbytes=10MB ; max # logfile bytes b4 rotation (default 50MB)
218
- stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
219
- stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0)
220
-
221
- [program:mongofw]
222
- ; args: instance# loglevel
223
- command=/usr/bin/node /home/user/json-scada/src/mongofw/index.js
224
- autostart=false
225
- numprocs=1 ; number of processes copies to start (def 1)
226
- directory=/home/user/json-scada/src/mongofw/ ; directory to cwd to before exec (def no cwd)
227
- user=user ; setuid to this UNIX account to run the program
228
- redirect_stderr=true ; redirect proc stderr to stdout (default false)
229
- stdout_logfile=/home/user/json-scada/log/mongofw.log ; stdout log path, NONE for none; default AUTO
230
- stdout_logfile_maxbytes=10MB ; max # logfile bytes b4 rotation (default 50MB)
231
- stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
232
- stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0)
208
+ ;[program:mongowr]
209
+ ;; args: instance# loglevel
210
+ ;command=/usr/bin/node /home/user/json-scada/src/mongowr/index.js
211
+ ;autostart=false
212
+ ;numprocs=1 ; number of processes copies to start (def 1)
213
+ ;directory=/home/user/json-scada/src/mongowr/ ; directory to cwd to before exec (def no cwd)
214
+ ;user=user ; setuid to this UNIX account to run the program
215
+ ;redirect_stderr=true ; redirect proc stderr to stdout (default false)
216
+ ;stdout_logfile=/home/user/json-scada/log/mongowr.log ; stdout log path, NONE for none; default AUTO
217
+ ;stdout_logfile_maxbytes=10MB ; max # logfile bytes b4 rotation (default 50MB)
218
+ ;stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
219
+ ;stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0)
220
+
221
+ ;[program:mongofw]
222
+ ;; args: instance# loglevel
223
+ ;command=/usr/bin/node /home/user/json-scada/src/mongofw/index.js
224
+ ;autostart=false
225
+ ;numprocs=1 ; number of processes copies to start (def 1)
226
+ ;directory=/home/user/json-scada/src/mongofw/ ; directory to cwd to before exec (def no cwd)
227
+ ;user=user ; setuid to this UNIX account to run the program
228
+ ;redirect_stderr=true ; redirect proc stderr to stdout (default false)
229
+ ;stdout_logfile=/home/user/json-scada/log/mongofw.log ; stdout log path, NONE for none; default AUTO
230
+ ;stdout_logfile_maxbytes=10MB ; max # logfile bytes b4 rotation (default 50MB)
231
+ ;stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
232
+ ;stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0)
233
+
234
+ ;[program:metabase]
235
+ ;command=/usr/bin/java -jar /home/user/json-scada/metabase/metabase.jar
236
+ ;;process_name=%(program_name)s ; process_name expr (default %(program_name)s)
237
+ ;numprocs=1 ; number of processes copies to start (def 1)
238
+ ;environment=MB_JETTY_PORT="3001",MB_DB_TYPE="postgres",MB_DB_DBNAME="metabaseappdb",MB_DB_PORT="5432",MB_DB_USER="postgres",MB_DB_PASS="",MB_DB_HOST="localhost",MB_CHECK_FOR_UPDATES="false"
239
+ ;directory=/home/user/json-scada/metabase/ ; directory to cwd to before exec (def no cwd)
240
+ ;user=user ; setuid to this UNIX account to run the program
241
+ ;stdout_logfile=/home/user/json-scada/log/metabase.log ; stdout log path, NONE for none;
242
+ ;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
243
+ ;stdout_logfile_backups=0 ; # of stdout logfile backups (0 means none, default 10)
244
+ ;stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
245
+ ;stderr_logfile=/home/user/json-scada/log/metabase.err ; stderr log path, NONE for none;
246
+ ;stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
247
+ ;stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
248
+ ;stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
0 commit comments