mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
Konfigurationsparameter rtlevel mit Default 1 hinzugefügt
PythonPLC Programm kann über chrt scheduling policy erhalten PythonPLC Programm wird it -OO aufgerufen Modul procimgserver auf revpimodio2 umgestellt xml-standardport auf 55123 belassen xmlserver port nicht mehr über GUI konfigurierbar
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
<name replace-wildcards="yes">%h</name>
|
||||
<service protocol="ipv4">
|
||||
<type>_revpipyload._tcp</type>
|
||||
<port>55239</port>
|
||||
<port>55123</port>
|
||||
</service>
|
||||
</service-group>
|
||||
|
||||
@@ -3,11 +3,12 @@ autoreload = 1
|
||||
autostart = 1
|
||||
plcworkdir = /var/lib/revpipyload
|
||||
plcprogram = program.py
|
||||
plcarguments =
|
||||
plcarguments =
|
||||
plcuid = 1000
|
||||
plcgid = 1000
|
||||
plcslave = 0
|
||||
pythonversion = 3
|
||||
rtlevel = 1
|
||||
xmlrpc = 0
|
||||
zeroonerror = 0
|
||||
zeroonexit = 0
|
||||
|
||||
Reference in New Issue
Block a user