2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-23 01:19:23 +02:00

Add "exec" to cron.sh start so it becomes PID 1

This commit is contained in:
Philipp Holzer 2019-11-16 21:59:34 +01:00
parent 6e566394d2
commit 802a07d7af
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
7 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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