1
0
mirror of https://github.com/rancher/os.git synced 2025-09-26 13:13:02 +00:00

Refactoring each os image

More reasonable use of COPY, easy to maintain
This commit is contained in:
niusmallnan
2018-12-03 13:26:25 +08:00
parent 1b004dff3c
commit b32e8e37d2
26 changed files with 20 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
/var/log/messages
/var/log/secure
/var/log/syslog
{
rotate 7
daily
delaycompress
missingok
sharedscripts
postrotate
/usr/bin/ros service kill --signal SIGHUP syslog
endscript
}