aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitlab-runner/gitlab-runner.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/gitlab-runner/gitlab-runner.logrotate')
-rw-r--r--community/gitlab-runner/gitlab-runner.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/gitlab-runner/gitlab-runner.logrotate b/community/gitlab-runner/gitlab-runner.logrotate
new file mode 100644
index 00000000000..f6bacf4c124
--- /dev/null
+++ b/community/gitlab-runner/gitlab-runner.logrotate
@@ -0,0 +1,5 @@
+/var/log/gitlab-runner.log {
+ copytruncate
+ missingok
+ notifempty
+}