diff options
Diffstat (limited to 'bundles/hdidle/items.py')
| -rw-r--r-- | bundles/hdidle/items.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bundles/hdidle/items.py b/bundles/hdidle/items.py new file mode 100644 index 0000000..b03810e --- /dev/null +++ b/bundles/hdidle/items.py @@ -0,0 +1,16 @@ + +files = { + "/usr/bin/hdidle": { + "source": "hdidle", + "content_type": "text", + "mode": "0755", + }, + "/etc/periodic/hourly/hdidle": { + "source": "cron_job", + "content_type": "text", + "mode": "0755", + "needs": { + "bundle:tgnotify", + }, + }, +} |