diff options
Diffstat (limited to '')
| -rw-r--r-- | bundles/lhost/items.py | 4 |
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", }, } |