Skip to content

Commit a20cc2b

Browse files
committed
restore sample plist file for non homebrew users
1 parent 60acec9 commit a20cc2b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

eu.byjean.autokbisw.plist

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>Label</key>
6+
<string>eu.byjean.autokbisw</string>
7+
<key>ProgramArguments</key>
8+
<array>
9+
<string>/usr/local/bin/autokbisw</string>
10+
<!--
11+
<string>--location</string>
12+
<string>-v</string>
13+
-->
14+
</array>
15+
<!--
16+
<key>StandardOutPath</key>
17+
<string>/usr/local/var/log/autokbisw.log</string>
18+
<key>StandardErrorPath</key>
19+
<string>/usr/local/var/log/autokbisw.log</string>
20+
-->
21+
<key>RunAtLoad</key>
22+
<true/>
23+
</dict>
24+
</plist>
25+

0 commit comments

Comments
 (0)