-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.jzlka.test.plist
executable file
·32 lines (32 loc) · 1 KB
/
com.jzlka.test.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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>com.jz.ip_mail</string>
<key>ProgramArguments</key>
<array>
<!--<string>/Volumes/Data/Ine/Konfiguracne/bin/ip_mail.sh</string>-->
<string>say ahoj</string>
<string>;date >> ahojtmp</string>
</array>
<!-- <key>RunAtLoad</key>
<true/>-->
</dict>
</plist>
<!--<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.user</string>
<key>ProgramArguments</key>
<array>
<string>/Volumes/Data/Ine/Konfiguracne/bin/ip_mail.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>60</integer>
</dict>
-->