2019-03-06 17:45:26 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>KeepAlive</key>
|
|
|
|
<true/>
|
|
|
|
<key>Label</key>
|
|
|
|
<string>org.insectsarerubbish.automasq</string>
|
|
|
|
<key>ProgramArguments</key>
|
|
|
|
<array>
|
2023-10-23 01:39:53 -04:00
|
|
|
<string>/bin/zsh</string>
|
|
|
|
<string>-c</string>
|
|
|
|
<string>exec ~/.local/bin/automasq /usr/local/etc/resolv.conf</string>
|
2019-03-06 17:45:26 -05:00
|
|
|
</array>
|
|
|
|
<key>RunAtLoad</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|