Skip to content

Commit 258d223

Browse files
author
Hamish Downer
committed
add launchd config for password alert script
1 parent bb804e4 commit 258d223

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

launchd/com.iqvia.PasswordAlert.plist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>Label</key>
6+
<string>com.iqvia.PasswordAlert</string>
7+
<key>Program</key>
8+
<string>/Users/hdowner/bin/password_alert.py</string>
9+
<key>StartCalendarInterval</key>
10+
<dict>
11+
<key>Hour</key>
12+
<integer>9</integer>
13+
<key>Minute</key>
14+
<integer>10</integer>
15+
</dict>
16+
</dict>
17+
</plist>

0 commit comments

Comments
 (0)