syncthing: fix plist_options
Closes #279. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
4bc6d55c2f
commit
b2c8e1b1e7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Syncthing < Formula
|
|||
bin.install "syncthing"
|
||||
end
|
||||
|
||||
plist_options :startup => true
|
||||
plist_options :manual => "syncthing"
|
||||
|
||||
def plist; <<-EOS.undent
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
Loading…
Reference in a new issue