File: launchd-a.default

package info (click to toggle)
ruby-foreman 0.90.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: ruby: 2,020; sh: 88; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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>