annotate host/startup/startLuanhost.plist @ 1631:35c626c06dd5

add startup scripts for mac os
author fffilimonov
date Mon, 13 Dec 2021 09:14:52 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1631
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
2 <!DOCTYPE plist PUBLIC "-//Apple Computer/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
3 <plist version="1.0">
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
4 <dict>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
5 <key>Label</key>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
6 <string>com.luanhost.startLuanhost</string>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
7 <key>ProgramArguments</key>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
8 <array>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
9 <string>PWD/startLuanhost.sh</string>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
10 <string>ROOT</string>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
11 </array>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
12 <key>UserName</key>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
13 <string>USER</string>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
14 <key>RunAtLoad</key>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
15 <true/>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
16 <key>StandardErrorPath</key>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
17 <string>LOG</string>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
18 <key>StandardOutPath</key>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
19 <string>LOG</string>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
20 </dict>
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
21 </plist>