summaryrefslogtreecommitdiff
path: root/Library/LaunchAgents/local.update_hosts.plist
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-06-05 17:22:33 +0200
committerMarc Vertes <mvertes@free.fr>2021-06-05 17:22:33 +0200
commit684561b3c989f8421963c8c5c0cd0f38299551e0 (patch)
treef8d77a78f4e11f2d9a6bfd4e655dfdbb24f8ac0c /Library/LaunchAgents/local.update_hosts.plist
parent87b63654a7a881afefddaeb6c3dbbf32105070bb (diff)
update
Diffstat (limited to 'Library/LaunchAgents/local.update_hosts.plist')
-rw-r--r--Library/LaunchAgents/local.update_hosts.plist18
1 files changed, 18 insertions, 0 deletions
diff --git a/Library/LaunchAgents/local.update_hosts.plist b/Library/LaunchAgents/local.update_hosts.plist
new file mode 100644
index 0000000..c4cf01e
--- /dev/null
+++ b/Library/LaunchAgents/local.update_hosts.plist
@@ -0,0 +1,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>