[Unit] Description=Run 'php artisan schedule:run' for every Laravel app with SCHEDULER=on After=network.target mariadb.service [Service] Type=oneshot User=deploy WorkingDirectory=/srv/paas # Scheduled jobs are app work, not platform work: normal priority, but # bounded so a runaway task cannot starve request serving. Nice=5 MemoryMax=1G ExecStart=/usr/local/bin/paas-laravel-scheduler