aboutsummaryrefslogtreecommitdiffstats
path: root/doc/org.barrier-foss.org.barrierc.plist
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.barrier-foss.org.barrierc.plist')
-rw-r--r--doc/org.barrier-foss.org.barrierc.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/org.barrier-foss.org.barrierc.plist b/doc/org.barrier-foss.org.barrierc.plist
new file mode 100644
index 0000000..31e10ba
--- /dev/null
+++ b/doc/org.barrier-foss.org.barrierc.plist
@@ -0,0 +1,20 @@
+<?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">
+<!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start barrier client automatically. Make sure you change the IP below. -->
+<dict>
+ <key>Label</key>
+ <string>org.debauchee.com.barrierc.plist</string>
+ <key>OnDemand</key>
+ <false/>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/usr/bin/barrierc</string>
+ <!-- Replace this IP with the IP of your barriers server -->
+ <string>192.168.0.2</string>
+ </array>
+ <key>RunAtLoad</key>
+ <true/>
+</dict>
+</plist>