@@ -103,21 +103,6 @@ stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
103
103
stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
104
104
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
105
105
106
- [program:iec104server]
107
- command=/home/jsonscada/json-scada/bin/iec104server 1 1
108
- ;process_name=%(program_name)s ; process_name expr (default %(program_name)s)
109
- numprocs=1 ; number of processes copies to start (def 1)
110
- directory=/home/jsonscada/json-scada/bin/ ; directory to cwd to before exec (def no cwd)
111
- user=jsonscada ; setuid to this UNIX account to run the program
112
- stdout_logfile=/home/jsonscada/json-scada/log/iec104server.log ; stdout log path, NONE for none;
113
- stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
114
- stdout_logfile_backups=0 ; # of stdout logfile backups (0 means none, default 10)
115
- stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
116
- stderr_logfile=/home/jsonscada/json-scada/log/iec104server.err ; stderr log path, NONE for none;
117
- stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
118
- stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
119
- stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
120
-
121
106
[program:pg_hist]
122
107
command=/home/jsonscada/json-scada/sql/process_pg_hist.sh
123
108
;process_name=%(program_name)s ; process_name expr (default %(program_name)s)
@@ -163,21 +148,6 @@ stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
163
148
stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
164
149
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
165
150
166
- [program:opcuaserver]
167
- command=/usr/bin/node /home/jsonscada/json-scada/src/OPC-UA-Server/index.js
168
- ;process_name=%(program_name)s ; process_name expr (default %(program_name)s)
169
- numprocs=1 ; number of processes copies to start (def 1)
170
- directory=/home/jsonscada/json-scada/src/OPC-UA-Server/ ; directory to cwd to before exec (def no cwd)
171
- user=jsonscada ; setuid to this UNIX account to run the program
172
- stdout_logfile=/home/jsonscada/json-scada/log/opcuaserver.log ; stdout log path, NONE for none;
173
- stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
174
- stdout_logfile_backups=0 ; # of stdout logfile backups (0 means none, default 10)
175
- stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
176
- stderr_logfile=/home/jsonscada/json-scada/log/opcuaserver.err ; stderr log path, NONE for none;
177
- stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
178
- stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
179
- stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
180
-
181
151
[program:mqtt-sparkplug]
182
152
; args: instance# loglevel
183
153
command=/usr/bin/node /home/jsonscada/json-scada/src/mqtt-sparkplug/index.js
@@ -220,6 +190,65 @@ stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
220
190
stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
221
191
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
222
192
193
+ ;[program:iec61850client]
194
+ ;command=/home/jsonscada/json-scada/bin/iec61850_client 1 1
195
+ ;;process_name=%(program_name)s ; process_name expr (default %(program_name)s)
196
+ ;numprocs=1 ; number of processes copies to start (def 1)
197
+ ;directory=/home/jsonscada/json-scada/bin/ ; directory to cwd to before exec (def no cwd)
198
+ ;user=jsonscada ; setuid to this UNIX account to run the program
199
+ ;stdout_logfile=/home/jsonscada/json-scada/log/iec61850client.log ; stdout log path, NONE for none;
200
+ ;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
201
+ ;stdout_logfile_backups=0 ; # of stdout logfile backups (0 means none, default 10)
202
+ ;stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
203
+ ;stderr_logfile=/home/jsonscada/json-scada/log/iec61850client.err ; stderr log path, NONE for none;
204
+ ;stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
205
+ ;stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
206
+ ;stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
207
+
208
+ ;[program:plc4xclient]
209
+ ;; args: instance# loglevel
210
+ ;command=/home/jsonscada/json-scada/bin/plc4x-client 1 1
211
+ ;autostart=false
212
+ ;numprocs=1 ; number of processes copies to start (def 1)
213
+ ;directory=/home/jsonscada/json-scada/bin/ ; directory to cwd to before exec (def no cwd)
214
+ ;user=jsonscada ; setuid to this UNIX account to run the program
215
+ ;redirect_stderr=true ; redirect proc stderr to stdout (default false)
216
+ ;stdout_logfile=/home/jsonscada/json-scada/log/plc4xclient.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:opcuaserver]
222
+ ;command=/usr/bin/node /home/jsonscada/json-scada/src/OPC-UA-Server/index.js
223
+ ;;process_name=%(program_name)s ; process_name expr (default %(program_name)s)
224
+ ;numprocs=1 ; number of processes copies to start (def 1)
225
+ ;directory=/home/jsonscada/json-scada/src/OPC-UA-Server/ ; directory to cwd to before exec (def no cwd)
226
+ ;user=jsonscada ; setuid to this UNIX account to run the program
227
+ ;stdout_logfile=/home/jsonscada/json-scada/log/opcuaserver.log ; stdout log path, NONE for none;
228
+ ;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
229
+ ;stdout_logfile_backups=0 ; # of stdout logfile backups (0 means none, default 10)
230
+ ;stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
231
+ ;stderr_logfile=/home/jsonscada/json-scada/log/opcuaserver.err ; stderr log path, NONE for none;
232
+ ;stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
233
+ ;stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
234
+ ;stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
235
+
236
+ ;[program:iec104server]
237
+ ;command=/home/jsonscada/json-scada/bin/iec104server 1 1
238
+ ;;process_name=%(program_name)s ; process_name expr (default %(program_name)s)
239
+ ;numprocs=1 ; number of processes copies to start (def 1)
240
+ ;directory=/home/jsonscada/json-scada/bin/ ; directory to cwd to before exec (def no cwd)
241
+ ;user=jsonscada ; setuid to this UNIX account to run the program
242
+ ;stdout_logfile=/home/jsonscada/json-scada/log/iec104server.log ; stdout log path, NONE for none;
243
+ ;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
244
+ ;stdout_logfile_backups=0 ; # of stdout logfile backups (0 means none, default 10)
245
+ ;stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
246
+ ;stderr_logfile=/home/jsonscada/json-scada/log/iec104server.err ; stderr log path, NONE for none;
247
+ ;stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
248
+ ;stderr_logfile_backups=0 ; # of stderr logfile backups (0 means none, default 10)
249
+ ;stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
250
+
251
+
223
252
;[program:mongowr]
224
253
;; args: instance# loglevel
225
254
;command=/usr/bin/node /home/jsonscada/json-scada/src/mongowr/index.js
0 commit comments