This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Service worker Yii Queue | |
# Artikel: https://dutainformasi.net/2019/05/22/implementasi-yii2-queue | |
# Guide: https://github.com/yiisoft/yii-queue/blob/master/docs/guide/worker.md | |
# Author Yusuf Ayuba | |
[Unit] | |
Description=Yii Queue Worker | |
After=network.target | |
# Enable the following two lines only apply if your queue backend is mysql | |
# replace this with the service that powers your backend |