2 changed files with 24 additions and 3 deletions
@ -0,0 +1,21 @@
@@ -0,0 +1,21 @@
|
||||
## |
||||
# Slurm Logrotate Configuration |
||||
## |
||||
/var/log/slurm/slurmctld.log { |
||||
compress |
||||
missingok |
||||
nocopytruncate |
||||
nodelaycompress |
||||
nomail |
||||
notifempty |
||||
noolddir |
||||
rotate 10 |
||||
sharedscripts |
||||
size=5M |
||||
create 0600 slurm root |
||||
postrotate |
||||
pkill -x --signal SIGUSR2 slurmctld |
||||
exit 0 |
||||
endscript |
||||
} |
||||
|
Loading…
Reference in new issue