Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Changing old daemon commands to new style
Browse files Browse the repository at this point in the history
  • Loading branch information
pimotte committed Nov 8, 2015
1 parent abb0869 commit 3678f45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/osx/syncany.rb
Expand Up @@ -26,7 +26,7 @@ def install
bin.install_symlink Dir["#{libexec}/bin/sy"]
end

plist_options :manual => "sy --daemon"
plist_options :manual => "sy daemon start"

def plist; <<-EOS.undent
<?xml version="1.0" encoding="UTF-8"?>
Expand All @@ -38,7 +38,8 @@ def plist; <<-EOS.undent
<key>ProgramArguments</key>
<array>
<string>#{prefix}/bin/sy</string>
<string>--daemon</string>
<string>daemon</string>
<string>start</string>
</array>
<key>ProcessType</key>
<string>Background</string>
Expand Down

0 comments on commit 3678f45

Please sign in to comment.