X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dc8fb58c1a38cc8058fea9e4c4c243d2fa743742..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/scripts/boot/system-v/kivitendo-task-server diff --git a/scripts/boot/system-v/kivitendo-task-server b/scripts/boot/system-v/kivitendo-task-server index cab569610..92829a9d8 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. -DAEMON="/opt/kivitendo/scripts/task_server.pl" -TOPIC="Kivitendo task server" +# Change this to point to the kivitendo "task_server.pl" location. +DAEMON="/var/www/kivitendo-erp/scripts/task_server.pl" +TOPIC="kivitendo task server" if [ ! -x $DAEMON ] ; then echo "$TOPIC executable not found"