Revision 22462327
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
scripts/boot/system-v/kivitendo-task-server | ||
---|---|---|
13 | 13 |
set -e |
14 | 14 |
|
15 | 15 |
# Change this to point to the kivitendo "task_server.pl" location. |
16 |
DAEMON="/opt/kivitendo/scripts/task_server.pl"
|
|
16 |
DAEMON="/var/www/kivitendo-erp/scripts/task_server.pl"
|
|
17 | 17 |
TOPIC="kivitendo task server" |
18 | 18 |
|
19 | 19 |
if [ ! -x $DAEMON ] ; then |
Auch abrufbar als: Unified diff
Default-Pfade in Init-Scripten an Dokumentation anpassen