πŸ”¬
Documentation
CtrlK
  • πŸ‘‹Development Documentation
  • Overview
    • πŸ’‘What we do
    • ✨Our Features
  • Product Guides
    • πŸ“ͺMaking a post
    • πŸ“ŽUnderstanding Projects
  • Fundamentals
    • πŸ› οΈGetting set up
      • πŸ“Setting permissions
      • πŸ§‘Inviting Members
  • Use Cases
    • 🎨For Designers
    • Page 1
    • πŸ–₯️For Developers
      • Example of .gitignore
      • Cusotm Theme File Sync script for specified directories with auto git commit
    • ◀️List of Plugins
    • πŸ‘¨β€πŸ’»Tips and Tricks
      • CLI schedule task and consume service
      • ♻️Automatic database backup (Updated)
      • πŸ› οΈExecute a command from host to docker using terminal
      • πŸ“‹Shopware 6 commands
      • πŸ˜€Activate all plugins via CLI
      • ☠️Kill a process on a port [Linux]
      • πŸ“„How do you import the database using CLI
      • πŸ‘¨β€πŸ”§Change PHP Configuration [Terminal]
      • πŸ‘οΈAccess to PHP Path Aixspro
      • 🌐Manage Apache services [Linux]
    • πŸ“„SQL Tips & Tricks (shopware 6)
Powered by GitBook
On this page
  1. Use Cases
  2. πŸ‘¨β€πŸ’»Tips and Tricks

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]

PreviousTips and TricksNextAutomatic database backup (Updated)

Last updated 8 months ago