Skip to content

Commit 8af58d5

Browse files
authored
Merge pull request #247 from matyasselmeci/pr/bump-logrotate
Bump the default frequency of the logrotate cron job
2 parents e4a92d1 + 4e15ead commit 8af58d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opensciencegrid/logrotate/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM almalinux:9
22

33
LABEL maintainer OSG Software <help@osg-htc.org>
44

5-
# Run Logrotate once per hour
6-
ENV CRON_EXPR="0 * * * *"
5+
# Run Logrotate every five minutes
6+
ENV CRON_EXPR="*/5 * * * *"
77
# Extra options to logrotate (if any)
88
ENV LOGROTATE_OPTIONS=
99
# File path(s) for LogRotate config files

0 commit comments

Comments
 (0)