Displaying 1 result from an estimated 1 matches for "lrri".
Did you mean:
lrsi
2013 Dec 22
1
Log rolling with a daemon
I'm looking for advice or suggestions for rolling log files with a
daemon. I have a python script that I daemonized with
http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/.
Before I daemonized it it was run from a bash script that invoked the
underlying python script. It ran the python script, waited for it to
complete and then it slept for 5 seconds and ran it again.