]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: don't kill toaster on start
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 5 Sep 2016 14:29:30 +0000 (15:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Sep 2016 09:35:24 +0000 (10:35 +0100)
commit0dab45e9815e8939219900264e86f569c714b7c6
tree70f64afcd5a1d5db1869d01b3ef4138c6842ee52
parent46db3279cb81b3ca6ce047204aee620f5ee51220
toaster: don't kill toaster on start

There is no point of trying to kill django development server
when toaster starts because 'manage.py checksocket' command is already
used in the script code to check if development server port is occupied.

Even if Toaster is listening on another port, killing previous instance
looks quite implicit and doesn't solve anything as there are other
processes that might be still running.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/toaster