fix config in logrotate runit script, include in base image

This commit is contained in:
2017-01-29 18:59:16 +01:00
committed by root
parent 7d1edb7f97
commit 47b35c1097
2 changed files with 2 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ base:
$(call script,utilities) $(call script,utilities)
$(call script,runit) $(call script,runit)
$(call script,logrotate) $(call script,logrotate)
$(call runit,logrotate)

View File

@@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
set -e set -e
/usr/sbin/logrotate /usr/sbin/logrotate /etc/logrotate.conf