diff options
| author | 2021-11-10 00:54:13 -0500 | |
|---|---|---|
| committer | 2021-11-10 00:54:13 -0500 | |
| commit | beb08eb751fa8e1f72042f263316ab5e5ddb596d (patch) | |
| tree | 3b00df983527648bdae610ac7b88cb639b1f1828 /doc/org.barrier-foss.org.barrierc.plist | |
| parent | fbc30002ab3438356c0476e70c4577a0310d52c0 (diff) | |
New upstream version 2.4.0+dfsg.upstream/2.4.0+dfsgupstream
Diffstat (limited to 'doc/org.barrier-foss.org.barrierc.plist')
| -rw-r--r-- | doc/org.barrier-foss.org.barrierc.plist | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/org.barrier-foss.org.barrierc.plist b/doc/org.barrier-foss.org.barrierc.plist index 31e10ba..90345c8 100644 --- a/doc/org.barrier-foss.org.barrierc.plist +++ b/doc/org.barrier-foss.org.barrierc.plist @@ -4,17 +4,17 @@ <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> + <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/> + </array> + <key>RunAtLoad</key> + <true/> </dict> </plist> |
