Wait for cron service on exit
This commit is contained in:
parent
9c3cee22a6
commit
c10b1a7920
@ -1,4 +1,5 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
|
|
||||||
|
foreground { s6-svwait -d -t 3000 cron }
|
||||||
foreground { s6-svwait -d -t 3000 nginx }
|
foreground { s6-svwait -d -t 3000 nginx }
|
||||||
foreground { s6-svwait -d -t 3000 php-fpm }
|
foreground { s6-svwait -d -t 3000 php-fpm }
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
|
|
||||||
|
foreground { s6-svwait -d -t 3000 cron }
|
||||||
foreground { s6-svwait -d -t 3000 nginx }
|
foreground { s6-svwait -d -t 3000 nginx }
|
||||||
foreground { s6-svwait -d -t 3000 php-fpm }
|
foreground { s6-svwait -d -t 3000 php-fpm }
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
|
|
||||||
|
foreground { s6-svwait -d -t 3000 cron }
|
||||||
foreground { s6-svwait -d -t 3000 nginx }
|
foreground { s6-svwait -d -t 3000 nginx }
|
||||||
foreground { s6-svwait -d -t 3000 php-fpm }
|
foreground { s6-svwait -d -t 3000 php-fpm }
|
||||||
|
Loading…
Reference in New Issue
Block a user