X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fboot%2Fsystem-v%2Fkivitendo-task-server;h=92829a9d81f5e5e5789509c942f1d364a038d289;hb=d12b396d0ff160f26ccd477132fc2d9d3687fef3;hp=cab56961052f5f7ba26bec78ac693610ca1994eb;hpb=4ab897fdb1a54cd753ec66ebc8fbd5ffdd883cd6;p=kivitendo-erp.git 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"