We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8835b34 commit 8ffd663Copy full SHA for 8ffd663
Formula/s/syncthing.rb
@@ -34,7 +34,7 @@ def install
34
end
35
36
service do
37
- run [opt_bin/"syncthing", "-no-browser", "-no-restart"]
+ run [opt_bin/"syncthing", "--no-browser", "--no-restart"]
38
keep_alive true
39
log_path var/"log/syncthing.log"
40
error_log_path var/"log/syncthing.log"
0 commit comments