CLI schedule task and consume service

// Navigate to dir
cd /etc/systemd/system # cat [email protected]
// start and enabled background worker via cli 
sudo systemctl daemon-reload
sudo systemctl enable shopware_consumer.target
sudo systemctl start shopware_consumer.target
// Examine the log 
journalctl -u [email protected]

Last updated