Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-install a systemd unit to process the queue #574

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

dshoreman
Copy link
Owner

Adds servidor.service to /lib/systemd/system so the queue:work artisan command can be started—and kept alive—with systemd commands.

The service is enabled and started by default so there should no longer be any need to manually start anything with vagrant ssh -c 'cd /var/servidor && php artisan queue:work'.

Adds `servidor.service` to /lib/systemd/system so the `queue:work`
artisan command can be started—and kept alive—with systemd commands.

The service is enabled and started by default so there should no longer
be any need to manually start anything via `vagrant ssh -c`. Nice.
@dshoreman dshoreman added the enhancement New feature or request label Mar 18, 2023
@dshoreman dshoreman self-assigned this Mar 18, 2023
@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Merging #574 (e2a202f) into develop (d3cf4c5) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop     #574   +/-   ##
==========================================
  Coverage      99.69%   99.69%           
  Complexity       451      451           
==========================================
  Files             88       88           
  Lines           1329     1329           
==========================================
  Hits            1325     1325           
  Misses             4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dshoreman dshoreman merged commit 58486be into develop Mar 18, 2023
@dshoreman dshoreman deleted the installer/systemd-unit branch March 18, 2023 18:57
dshoreman added a commit that referenced this pull request Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant