Skip to content

Commit

Permalink
restore sample plist file for non homebrew users
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantil committed Oct 18, 2018
1 parent 60acec9 commit a20cc2b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions eu.byjean.autokbisw.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?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>Label</key>
<string>eu.byjean.autokbisw</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/autokbisw</string>
<!--
<string>--location</string>
<string>-v</string>
-->
</array>
<!--
<key>StandardOutPath</key>
<string>/usr/local/var/log/autokbisw.log</string>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/autokbisw.log</string>
-->
<key>RunAtLoad</key>
<true/>
</dict>
</plist>

0 comments on commit a20cc2b

Please sign in to comment.