summary refs log tree commit diff stats
path: root/LaunchAgents
diff options
context:
space:
mode:
authorAlan Pearce2016-10-27 16:43:49 +0200
committerAlan Pearce2016-10-27 16:43:49 +0200
commit636e48e8333a9023d1d0ffe1a3f2fde6982d9e86 (patch)
treed28d3bd1cdb8f239ad2052825a0b4dba4d662e05 /LaunchAgents
parent4ad23a478f7de66c7e322a9e5551f6f7da10993f (diff)
downloaddotfiles-636e48e8333a9023d1d0ffe1a3f2fde6982d9e86.tar.lz
dotfiles-636e48e8333a9023d1d0ffe1a3f2fde6982d9e86.tar.zst
dotfiles-636e48e8333a9023d1d0ffe1a3f2fde6982d9e86.zip
Remove Syncthing LaunchAgent
It should be included with the software via either ports or brew
Diffstat (limited to 'LaunchAgents')
-rw-r--r--LaunchAgents/net.syncthing.syncthing.plist30
1 files changed, 0 insertions, 30 deletions
diff --git a/LaunchAgents/net.syncthing.syncthing.plist b/LaunchAgents/net.syncthing.syncthing.plist
deleted file mode 100644
index 1fcd128..0000000
--- a/LaunchAgents/net.syncthing.syncthing.plist
+++ /dev/null
@@ -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>