Merge "[Queens-only] Do not remove symlinks by containers-tmpwatch" into stable/queens

This commit is contained in:
Zuul 2020-12-16 22:38:37 +00:00 committed by Gerrit Code Review
commit 32761b5d8c
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ outputs:
mode: 0755
content: |
#!/bin/sh
tmpwatch --nodirs \
tmpwatch --nodirs --nosymlinks \
-X "/var/log/containers/*/*log" \
-X "/var/log/containers/*/*/*log" \
-X "/var/log/containers/*/*err" \