aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDirkjan Ochtman2014-11-09 13:57:25 +0100
committerMike McQuaid2014-12-29 11:40:25 +0000
commit42ba3b8ccb986a8655c0caf1387f547d6edb22a5 (patch)
tree5c3a5eace942c942c845e0320ca2cd80ee49b0b1 /Library/Formula
parent8d6b58a5469cd9eeb540b97109d612d6db24ea57 (diff)
downloadhomebrew-42ba3b8ccb986a8655c0caf1387f547d6edb22a5.tar.bz2
syncthing: update plist to run in the background.
Closes #34046. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/syncthing.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/syncthing.rb b/Library/Formula/syncthing.rb
index 44ce6dcea..f085b32d6 100644
--- a/Library/Formula/syncthing.rb
+++ b/Library/Formula/syncthing.rb
@@ -47,6 +47,8 @@ class Syncthing < Formula
</array>
<key>RunAtLoad</key>
<true/>
+ <key>ProcessType</key>
+ <string>Background</string>
</dict>
</plist>
EOS