about summary refs log tree commit diff
path: root/bundles/hdidle/items.py
blob: b03810e96df481d93fca0a3cdaedb26cb21eed66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
        },
    },
}