kivi.js: Helfsfunktion zum Formatieren eines JS-Calls als CURL-Aufruf
[kivitendo-erp.git] / scripts / boot / system-v / kivitendo-task-server
index c275676..92829a9 100755 (executable)
@@ -13,7 +13,7 @@
 set -e
 
 # Change this to point to the kivitendo "task_server.pl" location.
-DAEMON="/opt/kivitendo/scripts/task_server.pl"
+DAEMON="/var/www/kivitendo-erp/scripts/task_server.pl"
 TOPIC="kivitendo task server"
 
 if [ ! -x $DAEMON ] ; then