Wait for cron service on exit

This commit is contained in:
Disassembler 2019-11-20 22:23:48 +01:00
parent 9c3cee22a6
commit c10b1a7920
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 3 additions and 0 deletions

View File

@ -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 }

View File

@ -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 }

View File

@ -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 }