Mercurial Hosting > luan
view host/macos/startLuanhost.plist @ 1648:224af797b1f9
Mainly small install script improvements
- Consistent usage of `$LUANHOME`, removed reliance on current directory.
- Made Luan build and install fine (on Linux) without requiring launching it via sudo. Only asks to elevate privileges if installation failed.
- Minor spelling mistake fix.
author | Fox |
---|---|
date | Mon, 28 Mar 2022 18:00:12 +0200 |
parents | fd3d56f39450 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.luanhost.startLuanhost</string> <key>ProgramArguments</key> <array> <string>PWD/startLuanhost.sh</string> <string>ROOT</string> </array> <key>UserName</key> <string>USER</string> <key>RunAtLoad</key> <true/> <key>StandardErrorPath</key> <string>LOG</string> <key>StandardOutPath</key> <string>LOG</string> </dict> </plist>