mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-27 12:33:54 +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"
|
|
}
|