Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set directory in supervisor queue daemon example #1818

Open
wants to merge 1 commit into
base: 6.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion install_pim/manual/daemon_queue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ Create a file in the configuration directory of supervisor ``/etc/supervisor/con
:linenos:

[program:akeneo_queue_daemon]
command=/path/to/php /path/to/your/pim/bin/console messenger:consume ui_job import_export_job data_maintenance_job --env=prod -vv
directory=/path/to/your/pim
command=/path/to/php bin/console messenger:consume ui_job import_export_job data_maintenance_job --env=prod -vv
autostart=false
autorestart=true
stderr_logfile=/var/log/akeneo_daemon.err.log
Expand Down