Update startup commands for Horizon and Scheduler Worker services
This commit is contained in:
parent
d9d38a27ff
commit
8553fffffe
@ -1,2 +1,5 @@
|
||||
#!/command/execlineb -P
|
||||
su - webuser -c "php /var/www/html/artisan horizon"
|
||||
foreground {
|
||||
s6-sleep 5
|
||||
su - webuser -c "php /var/www/html/artisan start:horizon"
|
||||
}
|
||||
|
@ -1,2 +1,5 @@
|
||||
#!/command/execlineb -P
|
||||
su - webuser -c "php /var/www/html/artisan schedule:work"
|
||||
foreground {
|
||||
s6-sleep 5
|
||||
su - webuser -c "php /var/www/html/artisan start:scheduler"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user