Fix automasq plist to work no matter where ~ is
This commit is contained in:
parent
f309f3a7a6
commit
cbe482664b
1 changed files with 3 additions and 2 deletions
|
@ -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/>
|
||||||
|
|
Loading…
Reference in a new issue