mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
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
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
/var/log/revpipyload
|
|
/var/log/revpipyloadapp
|
|
{
|
|
rotate 6
|
|
weekly
|
|
maxsize 1M
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -s USR1 `cat /var/run/revpipyload.pid` > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|