Skip to content

Commit

Permalink
Updated launchd .plist with example environment variables. Issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
morgant committed Nov 3, 2019
1 parent 570a001 commit fe7e5fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions com.makkintosshu.automysqlcheck.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<array>
<string>/path/to/automysqlcheck</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>DBHOST</key>
<string>localhost</string>
<key>DBNAMES</key>
<string>all</string>
</dict>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
Expand Down

0 comments on commit fe7e5fa

Please sign in to comment.