diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/runner | 1 |
1 files changed, 1 insertions, 0 deletions
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 |