mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 21:55:04 +02:00
Bug: https://bugs.gentoo.org/631552 Bug: https://bugs.gentoo.org/920104 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
20 lines
360 B
Text
20 lines
360 B
Text
/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
|
|
}
|