connectholland/accompli-daemon-task

This package is abandoned and no longer maintained. The author suggests using the connectholland/accompli-daemon-task package instead.

Accompli task to manage daemons

0.1.2 2016-08-18 08:00 UTC

This package is auto-updated.

Last update: 2020-09-30 06:37:49 UTC


README

Accompli task to manage daemons

Configuration

{
  "class": "ConnectHolland\\AccompliDaemonTask\\DaemonStopStartTask",
  "stop": "bin/console rabbitmq-supervisor:control stop --env=prod",
  "start": "bin/console rabbitmq-supervisor:build --env=prod"
}