Systemd Service for Laravel queue exiting instantly
I'm trying to create a service on an Amazon Linux 2023 instance to run a mysql database queue for Laravel 10. For various reasons I cant use Supervisor so I'm using Systemd. I'm upgrading the AMI, and from Laravel 9…