From fe77c8fb1e8edfd802485dba0c1ffdc8e2005ea5 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:26:55 +0100 Subject: lhost: fix prune script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/lhost/items.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bundles/lhost/items.py') diff --git a/bundles/lhost/items.py b/bundles/lhost/items.py index ac2e428..41b0c91 100644 --- a/bundles/lhost/items.py +++ b/bundles/lhost/items.py @@ -18,7 +18,11 @@ files = { "/etc/s6-rc/lhost.conf": { "content_type": "mako", }, + "/usr/bin/lhost-prune": { + "mode": "0755", + }, "/etc/periodic/weekly/lhost-prune": { "mode": "0755", + "source": "cron_job", }, } -- cgit 1.4.1