view macos/renewSsl.plist @ 17:3e8c7d089e30 default tip

URL update
author Vadim Filimonov <fffilimonov@yandex.ru>
date Mon, 02 Oct 2023 12:23:02 +0300
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>