Skip to content

Instantly share code, notes, and snippets.

View ohvitorino's full-sized avatar

Bruno Pinto Vitorino ohvitorino

View GitHub Profile
@ohvitorino
ohvitorino / laravel-queue.service
Created April 26, 2024 09:34 — forked from thomasjsn/laravel-queue.service
Laravel queue worker using systemd.
# Laravel queue worker using systemd
# ----------------------------------
#
# /lib/systemd/system/queue.service
#
# run this command to enable service:
# systemctl enable queue.service
[Unit]
Description=Laravel queue worker