From f43ff7d5f0f08fc7bc45dbe48a199d4d99118976 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 19 May 2021 11:36:52 +0200 Subject: [PATCH] new: [host] add ``logrotate`` Signed-off-by: Valentin Lab --- precise/host/hooks/install.d/39-logrotate.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 precise/host/hooks/install.d/39-logrotate.sh diff --git a/precise/host/hooks/install.d/39-logrotate.sh b/precise/host/hooks/install.d/39-logrotate.sh new file mode 100755 index 00000000..100fc358 --- /dev/null +++ b/precise/host/hooks/install.d/39-logrotate.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +apt-get install logrotate -y