<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>PLACEHOLDER_LABEL</string>
    <key>Program</key>
    <string>PLACEHOLDER_PROGRAM</string>
    <key>EnvironmentVariables</key>
    <dict>
        <key>RUN_FROM_LAUNCHD</key>
        <string>true</string>
        <key>MICAHRL_REPOROOT</key>
        <string>PLACEHOLDER_REPOROOT</string>
        <key>MICAHRL_LOG_PATH</key>
        <string>PLACEHOLDER_LOG_PATH</string>
    </dict>

    <!--Start when the user logs in-->
    <key>RunAtLoad</key>
    <true/>

    <!--Restart the service if it crashes-->
    <key>KeepAlive</key>
    <true/>

    <!--If the service crashes, wait this many seconds before restarting-->
    <key>ThrottleInterval</key>
    <integer>10</integer>
</dict>
</plist>