dshoreman / servidor

A modern web application for managing servers
GNU Lesser General Public License v2.1
9 stars 11 forks source link

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

Closed dshoreman closed 1 year ago

dshoreman commented 1 year ago

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'.

codecov[bot] commented 1 year ago

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           

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