mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
#!/command/execlineb -P
|
|
foreground {
|
|
s6-sleep 5
|
|
su - webuser -c "php /var/www/html/artisan start:scheduler"
|
|
}
|