Mercurial Hosting > luan
comparison host/macos/startLuanhost.plist @ 1635:fd3d56f39450
rearrange startup files
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 14 Dec 2021 18:50:43 -0700 |
| parents | host/startup/macos/startLuanhost.plist@0344a535b1db |
| children |
comparison
equal
deleted
inserted
replaced
| 1634:894d9069c792 | 1635:fd3d56f39450 |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!DOCTYPE plist PUBLIC "-//Apple Computer/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 <plist version="1.0"> | |
| 4 <dict> | |
| 5 <key>Label</key> | |
| 6 <string>com.luanhost.startLuanhost</string> | |
| 7 <key>ProgramArguments</key> | |
| 8 <array> | |
| 9 <string>PWD/startLuanhost.sh</string> | |
| 10 <string>ROOT</string> | |
| 11 </array> | |
| 12 <key>UserName</key> | |
| 13 <string>USER</string> | |
| 14 <key>RunAtLoad</key> | |
| 15 <true/> | |
| 16 <key>StandardErrorPath</key> | |
| 17 <string>LOG</string> | |
| 18 <key>StandardOutPath</key> | |
| 19 <string>LOG</string> | |
| 20 </dict> | |
| 21 </plist> |
