Mercurial Hosting > luan
annotate host/macos/renewSsl.plist @ 2061:dd10659fcdb9 acme-tiny tip
Renew ssl monthly instead of daily; Fix renewSsl.sh
| author | Violet7 |
|---|---|
| date | Thu, 13 Nov 2025 23:17:16 -0800 |
| parents | fd3d56f39450 |
| children |
| rev | line source |
|---|---|
| 1632 | 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.luanhost.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> | |
|
2061
dd10659fcdb9
Renew ssl monthly instead of daily; Fix renewSsl.sh
Violet7
parents:
1635
diff
changeset
|
15 <key>Day</key> |
|
dd10659fcdb9
Renew ssl monthly instead of daily; Fix renewSsl.sh
Violet7
parents:
1635
diff
changeset
|
16 <integer>1</integer> |
| 1632 | 17 <key>Hour</key> |
| 18 <integer>00</integer> | |
| 19 <key>Minute</key> | |
| 20 <integer>00</integer> | |
| 21 </dict> | |
| 22 </array> | |
| 23 <key>AbandonProcessGroup</key> | |
| 24 <true/> | |
| 25 <key>UserName</key> | |
| 26 <string>USER</string> | |
| 27 <key>StandardErrorPath</key> | |
| 28 <string>LOG</string> | |
| 29 <key>StandardOutPath</key> | |
| 30 <string>LOG</string> | |
| 31 <key>RunAtLoad</key><false/> | |
| 32 <key>KeepAlive</key><false/> | |
| 33 </dict> | |
| 34 </plist> |
