hui (owner)

Revisions

gist: 96835 Download_button fork
public
Public Clone URL: git://gist.github.com/96835.git
Embed All Files: show embed
net.nginx.daemon.plist #
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
<?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>net.nginx.daemon.plist</string>
<key>ProgramArguments</key>
<array>
<string>/opt/local/bin/daemondo</string>
<string>--label=nginx</string>
<string>--start-cmd</string>
<string>/opt/nginx/sbin/nginx</string>
<string>;</string>
<string>--pid=fileauto</string>
<string>--pidfile</string>
<string>/opt/nginx/logs/nginx.pid</string>
</array>
<key>OnDemand</key>
<false/>
<key>Debug</key>
<false/>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>