// Navigate to dir
cd /etc/systemd/system # cat shopware_consumer@.service
// 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 shopware_consumer@.service