You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-cluster/slurm/files/logrotate

21 lines
360 B

/var/log/slurm/*.log {
weekly
compress
missingok
nocopytruncate
nocreate
nodelaycompress
nomail
notifempty
noolddir
rotate 5
sharedscripts
size=5M
create 640 slurm slurm
postrotate
/etc/init.d/slurmd reload
/etc/init.d/slurmctld reload
/etc/init.d/slurmdbd reload
endscript
}