annotate backup/macos/luanBackup.plist @ 2024:fa8304b060d9
 
rename launching luan files
 | author | 
 Franklin Schmidt <fschmidt@gmail.com> | 
 | date | 
 Wed, 29 Oct 2025 21:12:53 -0600 | 
 | parents | 
 09aaca079ff3  | 
 | children | 
  | 
 | rev | 
   line source | 
  
| 
1694
 | 
     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.backup-luanhost</string>
 | 
| 
 | 
     7   <key>ProgramArguments</key>
 | 
| 
 | 
     8   <array>
 | 
| 
 | 
     9     <string>PWD/luanBackup.sh</string>
 | 
| 
 | 
    10   </array>
 | 
| 
 | 
    11   <key>UserName</key>
 | 
| 
 | 
    12   <string>USER</string>
 | 
| 
 | 
    13   <key>RunAtLoad</key><true/>
 | 
| 
 | 
    14   <key>KeepAlive</key><true/>
 | 
| 
 | 
    15 </dict>
 | 
| 
 | 
    16 </plist>
 |