Skip to content

Instantly share code, notes, and snippets.

View sanicode's full-sized avatar

Sani sanicode

  • Indonesia
  • 16:21 (UTC +07:00)
View GitHub Profile
@virbo
virbo / yii-queue.service
Created May 27, 2019 05:07
Yii Queue Service Daemond
# 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