fix config in logrotate runit script, include in base image
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
/usr/sbin/logrotate
|
/usr/sbin/logrotate /etc/logrotate.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user