Fix automasq plist to work no matter where ~ is

This commit is contained in:
Danielle McLean 2023-10-23 16:39:53 +11:00
parent f309f3a7a6
commit cbe482664b
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -8,8 +8,9 @@
<string>org.insectsarerubbish.automasq</string> <string>org.insectsarerubbish.automasq</string>
<key>ProgramArguments</key> <key>ProgramArguments</key>
<array> <array>
<string>/Users/dani/.local/bin/automasq</string> <string>/bin/zsh</string>
<string>/usr/local/etc/resolv.conf</string> <string>-c</string>
<string>exec ~/.local/bin/automasq /usr/local/etc/resolv.conf</string>
</array> </array>
<key>RunAtLoad</key> <key>RunAtLoad</key>
<true/> <true/>