We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60acec9 commit a20cc2bCopy full SHA for a20cc2b
eu.byjean.autokbisw.plist
@@ -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
20
21
+ <key>RunAtLoad</key>
22
+ <true/>
23
+ </dict>
24
+</plist>
25
+
0 commit comments