Sha256: 097c5226dad69cbd9dbe9c9f38b8166b59f5874b5fd65644d68497e97514db37
Contents?: true
Size: 794 Bytes
Versions: 53
Compression:
Stored size: 794 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> </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
53 entries across 53 versions & 6 rubygems