Files
coolify/docker/dev/etc/s6-overlay/s6-rc.d/horizon/run
T
peaklabs-dev a399f41f81 switch user
2024-11-13 17:54:00 +01:00

6 lines
113 B
Plaintext

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