lasthourcloud/docker/prod/etc/s6-overlay/s6-rc.d/horizon/run

6 lines
112 B
Plaintext
Raw Normal View History

#!/command/execlineb -P
foreground {
s6-sleep 5
su - webuser -c "php /var/www/html/artisan start:horizon"
}