comparison macos/renewSsl.plist @ 0:dfc36e7ed22c

init
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 12 May 2022 13:51:59 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dfc36e7ed22c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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.hg.renewSsl</string>
7 <key>ProgramArguments</key>
8 <array>
9 <string>ROOT/renewSsl.sh</string>
10 <string>ROOT</string>
11 </array>
12 <key>StartCalendarInterval</key>
13 <array>
14 <dict>
15 <key>Hour</key>
16 <integer>00</integer>
17 <key>Minute</key>
18 <integer>00</integer>
19 </dict>
20 </array>
21 <key>AbandonProcessGroup</key>
22 <true/>
23 <key>UserName</key>
24 <string>USER</string>
25 <key>StandardErrorPath</key>
26 <string>LOG</string>
27 <key>StandardOutPath</key>
28 <string>LOG</string>
29 <key>RunAtLoad</key><false/>
30 <key>KeepAlive</key><false/>
31 </dict>
32 </plist>