From 47b35c10970c5f02421fb88ab3a2453e19f3582d Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sun, 29 Jan 2017 18:59:16 +0100 Subject: [PATCH] fix config in logrotate runit script, include in base image --- build/make/base.mk | 1 + build/runit/logrotate | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/make/base.mk b/build/make/base.mk index aa4af66..4140d7b 100644 --- a/build/make/base.mk +++ b/build/make/base.mk @@ -5,3 +5,4 @@ base: $(call script,utilities) $(call script,runit) $(call script,logrotate) + $(call runit,logrotate) diff --git a/build/runit/logrotate b/build/runit/logrotate index 068b91b..2088bf8 100644 --- a/build/runit/logrotate +++ b/build/runit/logrotate @@ -1,3 +1,3 @@ #!/bin/sh set -e -/usr/sbin/logrotate +/usr/sbin/logrotate /etc/logrotate.conf