Files
dolibarr/dev/setup/logrotate.d/logrotate_dolibarr_log
Frédéric FRANCE 73c1868384 typo in doc (#34976)
2025-08-17 01:29:01 +02:00

13 lines
323 B
Plaintext

# Example of logrotate file to put into /etc/logrotate.d to make the rotation of
# the dolibarr log files.
/home/admin/wwwroot/dolibarr_documents/*.log {
su admin www-data
daily
rotate 7
compress
delaycompress
missingok
notifempty
create 660 admin www-data
}