annotate backup/macos/luanBackup.plist @ 1774:764723436f05
better json_parse exception
author |
Franklin Schmidt <fschmidt@gmail.com> |
date |
Thu, 27 Jul 2023 17:24:49 -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>
|