view host/startup/macos/startLuanhost.plist @ 1632:0344a535b1db

add doc
author fffilimonov
date Tue, 14 Dec 2021 07:41:01 +0000
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.luanhost.startLuanhost</string>
        <key>ProgramArguments</key>
        <array>
            <string>PWD/startLuanhost.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>