Files
coolify/docker/dev-ssu/etc/s6-overlay/s6-rc.d/horizon/run
2023-09-14 10:12:58 +02:00

6 lines
106 B
Plaintext

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