aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/syncthing.rb
diff options
context:
space:
mode:
authorMarco Bonetti2015-03-19 08:59:14 +0100
committerMike McQuaid2015-03-19 12:24:56 +0000
commit67dfb54c3afd1232d84db3bfa6732cb4d8e5bee2 (patch)
tree69978281e9f4970437afaab4a2bb3fe2cdb1446c /Library/Formula/syncthing.rb
parent2c5f820b01e0a9808eb7be4e3b309cf447de1ef9 (diff)
downloadhomebrew-67dfb54c3afd1232d84db3bfa6732cb4d8e5bee2.tar.bz2
syncthing 0.10.27
Also log stdout/err to a logfile Closes #37856. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/syncthing.rb')
-rw-r--r--Library/Formula/syncthing.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/syncthing.rb b/Library/Formula/syncthing.rb
index f566ba54b..60d7eb9f0 100644
--- a/Library/Formula/syncthing.rb
+++ b/Library/Formula/syncthing.rb
@@ -1,7 +1,7 @@
class Syncthing < Formula
homepage "http://syncthing.net"
url "https://github.com/syncthing/syncthing.git",
- :tag => "v0.10.26", :revision => "9c3cee9ae4ff8ea7d8e3edc9eb7ff590a8255bdb"
+ :tag => "v0.10.27", :revision => "19e82e93b15ff0d9b95d2e8d2144d7c1d7be3c55"
head "https://github.com/syncthing/syncthing.git"
@@ -47,6 +47,10 @@ class Syncthing < Formula
<true/>
<key>ProcessType</key>
<string>Background</string>
+ <key>StandardErrorPath</key>
+ <string>#{var}/log/syncthing.log</string>
+ <key>StandardOutPath</key>
+ <string>#{var}/log/syncthing.log</string>
</dict>
</plist>
EOS