mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
* builder: Put file size limits in rsyslog.conf * rsyslog: Add simple log rotation script * rsyslog: Add rate limiting
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
LOG_FILE=$1
|
|
mv -f ${LOG_FILE} ${LOG_FILE}.1
|