@@ -132,7 +132,7 @@ stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0)
132
132
[program:iec104server]
133
133
; args: instance# loglevel
134
134
command=/home/user/json-scada/bin/iec104server 1 1
135
- autostart=true
135
+ autostart=false
136
136
numprocs=1 ; number of processes copies to start (def 1)
137
137
directory=/home/user/json-scada/bin/ ; directory to cwd to before exec (def no cwd)
138
138
user=user ; setuid to this UNIX account to run the program
@@ -155,6 +155,19 @@ stdout_logfile_maxbytes=10MB ; max # logfile bytes b4 rotation (default 50MB)
155
155
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
156
156
stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0)
157
157
158
+ [program:opcua_server]
159
+ ; args: instance# loglevel
160
+ command=/usr/bin/node /home/user/json-scada/src/OPC-UA-Server/index.js
161
+ autostart=false
162
+ numprocs=1 ; number of processes copies to start (def 1)
163
+ directory=/home/user/json-scada/src/OPC-UA-Server/ ; directory to cwd to before exec (def no cwd)
164
+ user=user ; setuid to this UNIX account to run the program
165
+ redirect_stderr=true ; redirect proc stderr to stdout (default false)
166
+ stdout_logfile=/home/user/json-scada/log/opcua_server.log ; stdout log path, NONE for none; default AUTO
167
+ stdout_logfile_maxbytes=10MB ; max # logfile bytes b4 rotation (default 50MB)
168
+ stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
169
+ stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0)
170
+
158
171
[program:plc4xclient]
159
172
; args: instance# loglevel
160
173
command=/home/user/json-scada/bin/plc4x-client 1 1
0 commit comments