camera-trng/scripts/camera-qrng.plist.in

28 lines
696 B
XML

<?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>camera-trng</string>
<key>ProgramArguments</key>
<array>
<string>BINARY_PATH</string>
</array>
<key>WorkingDirectory</key>
<string>WORKING_DIR</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>WORKING_DIR/logs/camera-qrng.out.log</string>
<key>StandardErrorPath</key>
<string>WORKING_DIR/logs/camera-qrng.err.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PORT</key>
<string>8787</string>
</dict>
</dict>
</plist>