New default values for revpipyload.conf

Process image will set to ZERO on error in your control program,
user pi and your control program can write to work directory /var/lib/revpipyload,
XML-RPC server for RevPiPyControl is bind to localhost.
Use revpipyload_secure_installation to quick setup the access via RevPiPyControl from local network
Max logfile size is 1M before rotate
This commit is contained in:
2020-06-24 17:13:51 +02:00
parent 6aa6985567
commit 22ac2c96de
2 changed files with 6 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
[DEFAULT]
autoreload = 1
autoreloaddelay = 5
autoreloaddelay = 15
autostart = 1
plcworkdir = /var/lib/revpipyload
plcworkdir_set_uid = 0
plcworkdir_set_uid = 1
plcprogram = program.py
plcprogram_watchdog = 0
plcarguments =
@@ -13,7 +13,7 @@ pythonversion = 3
replace_ios = /etc/revpipyload/replace_ios.conf
reset_driver_action = 2
rtlevel = 0
zeroonerror = 0
zeroonerror = 1
zeroonexit = 0
[PLCSLAVE]
@@ -24,9 +24,9 @@ port = 55234
watchdog = 1
[XMLRPC]
xmlrpc = 0
xmlrpc = 1
aclfile = /etc/revpipyload/aclxmlrpc.conf
bindip = *
bindip = 127.0.0.1
[MQTT]
mqtt = 0

View File

@@ -3,6 +3,7 @@
{
rotate 6
weekly
maxsize 1M
compress
delaycompress
missingok