build: clean up s6 overlay structure

This commit is contained in:
2025-02-22 08:29:48 -07:00
parent a6874a67f0
commit 90420823b0
12 changed files with 19 additions and 325 deletions

View File

@@ -1,14 +0,0 @@
/config/log/nginx/*.log {
weekly
rotate 14
compress
delaycompress
nodateext
notifempty
missingok
sharedscripts
postrotate
s6-svc -1 /run/service/svc-nginx
endscript
su dockerx dockerx
}

View File

@@ -1,14 +0,0 @@
/config/log/php/*.log {
rotate 7
weekly
missingok
notifempty
delaycompress
compress
nodateext
sharedscripts
postrotate
s6-svc -t /run/service/svc-php-fpm
endscript
su dockerx dockerx
}