From f1b6444b5c8a7af39f20411b0db63a4fea4d7819 Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Wed, 29 Jun 2011 23:20:50 +0100 Subject: Hand the logfile opening over to the runner, rather than the start script. --- script/runner | 1 + 1 file changed, 1 insertion(+) (limited to 'script/runner') diff --git a/script/runner b/script/runner index 8cb4ec9d1..5a5254c47 100755 --- a/script/runner +++ b/script/runner @@ -15,6 +15,7 @@ Dir.chdir(alaveteli_dir) do if ENV.has_key? "LOGFILE" STDERR.reopen(STDOUT.reopen(ENV["LOGFILE"], "a")) STDOUT.sync=true + puts "Daemon starting at #{Time.new}" end # Load the runner in a subprocess -- cgit v1.2.3