summaryrefslogtreecommitdiff
path: root/install/ishtar-prepare-instance
diff options
context:
space:
mode:
Diffstat (limited to 'install/ishtar-prepare-instance')
-rwxr-xr-xinstall/ishtar-prepare-instance6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance
index 60fd0e39f..c8d944dc9 100755
--- a/install/ishtar-prepare-instance
+++ b/install/ishtar-prepare-instance
@@ -276,10 +276,10 @@ EOF
sed -s "s|#APP_NAME#|$INSTANCE|g;\
s|#INSTALL_PATH#|$INSTALL_PATH|g;"\
"install/celery.service.template" > \
- "/etc/default/celeryd-"$INSTANCE
+ "/etc/systemd/system/celery-"$INSTANCE".service"
systemctl daemon-reload
- systemctl enable celeryd-$INSTANCE
- systemctl start celeryd-$INSTANCE
+ systemctl enable celery-$INSTANCE
+ systemctl start celery-$INSTANCE
fi
### __init__.py