Skip to content

Commit

Permalink
Replicating the change from upstream PR lg#18 originally from masahid…
Browse files Browse the repository at this point in the history
…e/murder
  • Loading branch information
tduzan committed Nov 6, 2014
1 parent a44bc08 commit 80ef221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/murder/admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

desc "Starts the Bittorrent tracker (essentially a mini-web-server) listening on port 8998."
task :start_tracker, :roles => :tracker do
run("SCREENRC=/dev/null SYSSCREENRC=/dev/null screen -dms murder_tracker python #{remote_murder_path}/murder_tracker.py && sleep 0.2", :pty => true)
run("SCREENRC=/dev/null SYSSCREENRC=/dev/null screen -dmS murder_tracker python #{remote_murder_path}/murder_tracker.py && sleep 0.2", :pty => true)
end

desc "If the Bittorrent tracker is running, this will kill the process. Note that if it is not running you will receive an error."
Expand Down

0 comments on commit 80ef221

Please sign in to comment.