projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb3c2e
)
Namen des Task-Servers in Consolenausgabe etwas hübscher gemacht
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 27 Nov 2012 13:52:04 +0000
(14:52 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 27 Nov 2012 14:28:09 +0000
(15:28 +0100)
scripts/task_server.pl
patch
|
blob
|
history
diff --git
a/scripts/task_server.pl
b/scripts/task_server.pl
index
5d619a9
..
3a45dd1
100755
(executable)
--- a/
scripts/task_server.pl
+++ b/
scripts/task_server.pl
@@
-157,7
+157,7
@@
die "No configuration file found." unless $file;
$file = File::Spec->abs2rel(Cwd::abs_path($file), Cwd::abs_path($exe_dir));
newdaemon(configfile => $file,
- progname => 'kivitendo-
task-server
',
+ progname => 'kivitendo-
background-jobs
',
pidbase => SL::System::TaskServer::PID_BASE() . '/',
);