diff options
author | Zac Medico <zmedico@gentoo.org> | 2016-08-28 16:57:01 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2016-08-28 16:59:24 -0700 |
commit | 08899386a0ddb0806fc291850a5c6d32f3cf5426 (patch) | |
tree | eb6a8f887126b46ec39e6c26a0f17699d893f37f /app-emulation/docker-registry | |
parent | dev-ruby/jquery-rails: Add ruby22 (diff) | |
download | gentoo-08899386a0ddb0806fc291850a5c6d32f3cf5426.tar.gz gentoo-08899386a0ddb0806fc291850a5c6d32f3cf5426.tar.bz2 gentoo-08899386a0ddb0806fc291850a5c6d32f3cf5426.zip |
app-emulation/docker-registry: add copytruncate to logrotate config
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/docker-registry')
-rw-r--r-- | app-emulation/docker-registry/files/registry.logrotated | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/docker-registry/files/registry.logrotated b/app-emulation/docker-registry/files/registry.logrotated index 7f89ba20bcf5..546b90bef4fc 100644 --- a/app-emulation/docker-registry/files/registry.logrotated +++ b/app-emulation/docker-registry/files/registry.logrotated @@ -4,4 +4,5 @@ size 5M rotate 3 compress + copytruncate } |