X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fboot%2Fsystem-v%2Fkivitendo-task-server;h=c275676d220fbc402ca56be7147703b2316b77f7;hb=9981de23726fdc95f753cc7e5cba15999c8ab507;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..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"