Mercurial Hosting > hghosting
view macos/renewSsl.plist @ 7:46f6b69e8b10
better handling of missing mail_info
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 03 Jun 2022 09:57:45 -0600 |
parents | dfc36e7ed22c |
children |
line wrap: on
line source
<?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>com.hg.renewSsl</string> <key>ProgramArguments</key> <array> <string>ROOT/renewSsl.sh</string> <string>ROOT</string> </array> <key>StartCalendarInterval</key> <array> <dict> <key>Hour</key> <integer>00</integer> <key>Minute</key> <integer>00</integer> </dict> </array> <key>AbandonProcessGroup</key> <true/> <key>UserName</key> <string>USER</string> <key>StandardErrorPath</key> <string>LOG</string> <key>StandardOutPath</key> <string>LOG</string> <key>RunAtLoad</key><false/> <key>KeepAlive</key><false/> </dict> </plist>