mac/Library/LaunchAgents/org.insectsarerubbish.automasq.plist

18 lines
462 B
Plaintext

<?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>
<string>/Users/dani/.local/bin/automasq</string>
<string>/usr/local/etc/resolv.conf</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>