diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-01-23 09:43:23 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-01-23 09:43:23 -0800 |
commit | 332351bfb22fb370e61eb19b0ef215f60bb45f5c (patch) | |
tree | 9ae673dbc40cff50efde1bb4ff4b8295b88b04a2 /app-emulation | |
parent | app-admin/vault: remove su from logrotate config (diff) | |
download | gentoo-332351bfb22fb370e61eb19b0ef215f60bb45f5c.tar.gz gentoo-332351bfb22fb370e61eb19b0ef215f60bb45f5c.tar.bz2 gentoo-332351bfb22fb370e61eb19b0ef215f60bb45f5c.zip |
app-emulation/docker-registry: remove su from logrotate config
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker-registry/files/registry.logrotated | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/docker-registry/files/registry.logrotated b/app-emulation/docker-registry/files/registry.logrotated index 546b90bef4fc..3cb63f949a08 100644 --- a/app-emulation/docker-registry/files/registry.logrotated +++ b/app-emulation/docker-registry/files/registry.logrotated @@ -1,5 +1,4 @@ /var/log/registry/registry.log { - su registry registry missingok size 5M rotate 3 |