Skip to content

Instantly share code, notes, and snippets.

View Adesubomi's full-sized avatar
🎯
Focusing

Oniya Adesubomi Daniel Adesubomi

🎯
Focusing
  • Lagos, Nigeria.
View GitHub Profile
@thomasjsn
thomasjsn / laravel-queue.service
Last active April 26, 2024 09:34
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