view macos/startHg.plist @ 0:dfc36e7ed22c

init
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 12 May 2022 13:51:59 +0400
parents
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.startHg</string>
        <key>ProgramArguments</key>
        <array>
            <string>PWD/startHg.sh</string>
            <string>ROOT</string>
        </array>
        <key>UserName</key>
        <string>USER</string>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>LOG</string>
        <key>StandardOutPath</key>
        <string>LOG</string>
    </dict>
</plist>