all repos — archive/dotfiles @ 636e48e8333a9023d1d0ffe1a3f2fde6982d9e86

Superseded by nixfiles

Remove Syncthing LaunchAgent

It should be included with the software via either ports or brew
Alan Pearce alan@alanpearce.uk
Thu, 27 Oct 2016 16:43:49 +0200
commit

636e48e8333a9023d1d0ffe1a3f2fde6982d9e86

parent

4ad23a478f7de66c7e322a9e5551f6f7da10993f

1 files changed, 0 insertions(+), 30 deletions(-)

jump to
D LaunchAgents/net.syncthing.syncthing.plist
@@ -1,30 +0,0 @@-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-	<dict>
-		<key>Label</key>
-		<string>net.syncthing.syncthing</string>
-
-		<key>ProgramArguments</key>
-		<array>
-			<string>/Users/apearce/bin/syncthing</string>
-		</array>
-
-		<key>EnvironmentVariables</key>
-		<dict>
-			<key>HOME</key>
-			<string>/Users/apearce</string>
-			<key>STNORESTART</key>
-			<string>1</string>
-		</dict>
-
-		<key>KeepAlive</key>
-		<true/>
-
-		<key>LowPriorityIO</key>
-		<true/>
-
-		<key>ProcessType</key>
-		<string>Background</string>
-	</dict>
-</plist>