Skip to content

Commit 8ffd663

Browse files
authored
syncthing: switch to GNU-style options for service
1 parent 8835b34 commit 8ffd663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/s/syncthing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def install
3434
end
3535

3636
service do
37-
run [opt_bin/"syncthing", "-no-browser", "-no-restart"]
37+
run [opt_bin/"syncthing", "--no-browser", "--no-restart"]
3838
keep_alive true
3939
log_path var/"log/syncthing.log"
4040
error_log_path var/"log/syncthing.log"

0 commit comments

Comments
 (0)