summaryrefslogtreecommitdiff
path: root/Library/LaunchAgents/local.update_hosts.plist
blob: c4cf01ea52839fe7af6537d2d2cda097b5aa6860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
  "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>local.update_hosts</string>
    <key>Program</key>
    <string>/Users/marc/bin/update_hosts</string>
    <key>StartCalendarInterval</key>
    <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>0</integer>
    </dict>
</dict>
</plist>