Skip to content

Commit

Permalink
Specify PATH in launch daemon since jq is not on the standard path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyncredible committed Feb 4, 2022
1 parent 8bd762c commit 71815b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Tools/com.ideasftw.bing-wallpaper.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
<array>
<string>/bin/bash</string>
<string>/Users/username/Pictures/bing-wallpaper.sh</string>
<string>-s</string>
<string>-w</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
<key>LowPriorityIO</key>
<true/>
<key>Nice</key>
Expand All @@ -20,5 +27,9 @@
<key>Minute</key>
<integer>0</integer>
</dict>
<key>StandardErrorPath</key>
<string>/tmp/bing-wallpaper.err</string>
<key>StandardOutPath</key>
<string>/tmp/bing-wallpaper.out</string>
</dict>
</plist>

0 comments on commit 71815b5

Please sign in to comment.