Managercelery not started on CentOS 7.5
It cause missing requirements in the celery service files.
-
changed title from managercelery crash on CentOS 7.4 to Managercelery crash on CentOS 7.4
Toggle commit list -
changed title from Managercelery crash on CentOS 7.4 to Managercelery crashes on CentOS 7.4
Toggle commit list -
changed title from Managercelery crashes on CentOS 7.4 to Managercelery not started on CentOS 7.5
Toggle commit list -
changed the description
Toggle commit list -
Developer
[Unit] Description=CIRCLE %I BindsTo=manager.service After=rabbitmq-server.service [Service] User=cloud Group=cloud KillSignal=SIGTERM TimeoutStopSec=600 Restart=always WorkingDirectory=/home/cloud/circle/circle ExecStartPre=/bin/bash -c "source /etc/profile; workon circle; celery -f --app=manager.%I purge" ExecStart=/bin/bash -c "source /etc/profile; workon circle; exec celery --app=manager.%I worker --loglevel=info --hostname=%I -B -c 3"
Please
register
or
sign in
to comment