mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
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:
@@ -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
|
||||
|
||||
1
debian/revpipyload.logrotate
vendored
1
debian/revpipyload.logrotate
vendored
@@ -3,6 +3,7 @@
|
||||
{
|
||||
rotate 6
|
||||
weekly
|
||||
maxsize 1M
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
|
||||
Reference in New Issue
Block a user