mirror of
https://github.com/friendica/docker
synced 2026-01-02 13:03:34 +01:00
Add "exec" to cron.sh start so it becomes PID 1
This commit is contained in:
parent
6e566394d2
commit
802a07d7af
7 changed files with 7 additions and 7 deletions
|
|
@ -8,4 +8,4 @@ done
|
|||
# TODO let the database and the autoinstall time to complete - not winning a beauty contest
|
||||
sleep 15s
|
||||
|
||||
php /var/www/html/bin/daemon.php -f start
|
||||
exec php /var/www/html/bin/daemon.php -f start
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ done
|
|||
# TODO let the database and the autoinstall time to complete - not winning a beauty contest
|
||||
sleep 15s
|
||||
|
||||
php /var/www/html/bin/daemon.php -f start
|
||||
exec php /var/www/html/bin/daemon.php -f start
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ done
|
|||
# TODO let the database and the autoinstall time to complete - not winning a beauty contest
|
||||
sleep 15s
|
||||
|
||||
php /var/www/html/bin/daemon.php -f start
|
||||
exec php /var/www/html/bin/daemon.php -f start
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ done
|
|||
# TODO let the database and the autoinstall time to complete - not winning a beauty contest
|
||||
sleep 15s
|
||||
|
||||
php /var/www/html/bin/daemon.php -f start
|
||||
exec php /var/www/html/bin/daemon.php -f start
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ done
|
|||
# TODO let the database and the autoinstall time to complete - not winning a beauty contest
|
||||
sleep 15s
|
||||
|
||||
php /var/www/html/bin/daemon.php -f start
|
||||
exec php /var/www/html/bin/daemon.php -f start
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ done
|
|||
# TODO let the database and the autoinstall time to complete - not winning a beauty contest
|
||||
sleep 15s
|
||||
|
||||
php /var/www/html/bin/daemon.php -f start
|
||||
exec php /var/www/html/bin/daemon.php -f start
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ done
|
|||
# TODO let the database and the autoinstall time to complete - not winning a beauty contest
|
||||
sleep 15s
|
||||
|
||||
php /var/www/html/bin/daemon.php -f start
|
||||
exec php /var/www/html/bin/daemon.php -f start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue