v1.0.0
This commit is contained in:
11
cron/ansible-autopilot.logrotate
Normal file
11
cron/ansible-autopilot.logrotate
Normal file
@@ -0,0 +1,11 @@
|
||||
# Przykładowa konfiguracja logrotate dla logu bezobsługowych przebiegów autopilot.
|
||||
# Instalacja: sudo cp cron/ansible-autopilot.logrotate /etc/logrotate.d/ansible-autopilot
|
||||
/var/log/ansible-autopilot.log {
|
||||
weekly
|
||||
rotate 8
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
copytruncate
|
||||
}
|
||||
Reference in New Issue
Block a user