X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cc3ea92a877f32a229d5d54c2071b640da894df6..c2d97b23151e352334f51023ef6fc34907b8cd64:/scripts/boot/system-v/kivitendo-task-server?ds=sidebyside diff --git a/scripts/boot/system-v/kivitendo-task-server b/scripts/boot/system-v/kivitendo-task-server index cab569610..c275676d2 100755 --- a/scripts/boot/system-v/kivitendo-task-server +++ b/scripts/boot/system-v/kivitendo-task-server @@ -7,14 +7,14 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # X-Interactive: true -# Short-Description: Start/stop the Kivitendo task server +# Short-Description: Start/stop the kivitendo task server ### END INIT INFO set -e -# Change this to point to the Kivitendo "task_server.pl" location. +# Change this to point to the kivitendo "task_server.pl" location. DAEMON="/opt/kivitendo/scripts/task_server.pl" -TOPIC="Kivitendo task server" +TOPIC="kivitendo task server" if [ ! -x $DAEMON ] ; then echo "$TOPIC executable not found"