about summary refs log tree commit diff
path: root/bundles/lhost/items.py
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-23 14:26:55 +0100
committerRobert Günzler <r@gnzler.io>2026-02-23 14:27:10 +0100
commitfe77c8fb1e8edfd802485dba0c1ffdc8e2005ea5 (patch)
tree44b39a1c5e7f7b9dcf3ddd30e7802a8b65e5c742 /bundles/lhost/items.py
parent36fc6edc20b4f3f204f136de33a276934203929c (diff)
lhost: fix prune script
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
-rw-r--r--bundles/lhost/items.py4
1 files changed, 4 insertions, 0 deletions
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",
     },
 }