Sha256: 26e1642190ec52d2bebe5d40a03f03f74bf94203cd41a08bd114a9209a56279d
Contents?: true
Size: 827 Bytes
Versions: 54
Compression:
Stored size: 827 Bytes
Contents
<?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>app-alpha-1</string> <key>EnvironmentVariables</key> <dict> <key>PORT</key> <string>5000</string> </dict> <key>ProgramArguments</key> <array> <string>./alpha</string> <string>charlie</string> </array> <key>KeepAlive</key> <true/> <key>RunAtLoad</key> <true/> <key>StandardOutPath</key> <string>/var/log/app/app-alpha-1.log</string> <key>StandardErrorPath</key> <string>/var/log/app/app-alpha-1.log</string> <key>UserName</key> <string>app</string> <key>WorkingDirectory</key> <string>/tmp/app</string> </dict> </plist>
Version data entries
54 entries across 54 versions & 6 rubygems