diff --git a/root/etc/logrotate.d/nginx b/root/etc/logrotate.d/nginx index c553d30b..9d469ed0 100644 --- a/root/etc/logrotate.d/nginx +++ b/root/etc/logrotate.d/nginx @@ -10,5 +10,4 @@ postrotate s6-svc -1 /run/service/svc-nginx endscript - su abc abc } diff --git a/root/etc/logrotate.d/php-fpm b/root/etc/logrotate.d/php-fpm index 196b32ed..195c9d78 100644 --- a/root/etc/logrotate.d/php-fpm +++ b/root/etc/logrotate.d/php-fpm @@ -10,5 +10,4 @@ postrotate s6-svc -t /run/service/svc-php-fpm endscript - su abc abc }