diff options
author | Alan Pearce | 2016-10-27 16:43:49 +0200 |
---|---|---|
committer | Alan Pearce | 2016-10-27 16:43:49 +0200 |
commit | 636e48e8333a9023d1d0ffe1a3f2fde6982d9e86 (patch) | |
tree | d28d3bd1cdb8f239ad2052825a0b4dba4d662e05 | |
parent | 4ad23a478f7de66c7e322a9e5551f6f7da10993f (diff) | |
download | nixfiles-636e48e8333a9023d1d0ffe1a3f2fde6982d9e86.tar.lz nixfiles-636e48e8333a9023d1d0ffe1a3f2fde6982d9e86.tar.zst nixfiles-636e48e8333a9023d1d0ffe1a3f2fde6982d9e86.zip |
Remove Syncthing LaunchAgent
It should be included with the software via either ports or brew
-rw-r--r-- | LaunchAgents/net.syncthing.syncthing.plist | 30 |
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 1fcd1281..00000000 --- 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> |