aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/com.teddywing.dome-key.plist
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/com.teddywing.dome-key.plist')
-rw-r--r--pkg/com.teddywing.dome-key.plist21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/com.teddywing.dome-key.plist b/pkg/com.teddywing.dome-key.plist
new file mode 100644
index 0000000..b8055fb
--- /dev/null
+++ b/pkg/com.teddywing.dome-key.plist
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
+ "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>Label</key>
+ <string>com.teddywing.dome-key</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/usr/local/bin/dome-key</string>
+ <string>--daemon</string>
+ <string>--audio</string>
+ </array>
+ <key>RunAtLoad</key>
+ <true/>
+ <key>KeepAlive</key>
+ <true/>
+ <key>StandardErrorPath</key>
+ <string>/tmp/dome-key.log</string>
+</dict>
+</plist>