Skip to content
Snippets Groups Projects
Commit 1c1c1fd3 authored by shammash's avatar shammash
Browse files

log what servers are doing in a file


Signed-off-by: default avatarshammash <shammash@autistici.org>
parent cc2a6497
Branches
No related tags found
1 merge request!1Minor fixes on test instance
......@@ -62,7 +62,9 @@ generate_index_part() {
start_daemons() {
for d in $DAEMONS ; do
local pidfile=${root}/${d}.pid
${bindir}/${d} --config=${root}/djrandom.conf --pid-file=${pidfile} &
local logfile=${root}/${d}.log
${bindir}/${d} --config=${root}/djrandom.conf --pid-file=${pidfile} \
--log-file=${logfile} &
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment