Replace 'bin/daemon.php' and 'bin/jetstream.php' calls and help

This commit is contained in:
Philipp 2025-01-02 20:24:49 +01:00
parent 8f43ab9573
commit 7b952e3c94
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 6 additions and 6 deletions

View file

@ -290,11 +290,11 @@ Once you have installed Friendica and created an admin account as part of the pr
#### worker alternative: daemon
Otherwise, youll need to use the command line on your remote server and start the Friendica daemon (background task) using the following command:
cd /path/to/friendica; php bin/daemon.php start
cd /path/to/friendica; php bin/console.php daemon start
Once started, you can check the daemon status using the following command:
cd /path/to/friendica; php bin/daemon.php status
cd /path/to/friendica; php bin/console.php daemon status
After a server restart or any other failure, the daemon needs to be restarted.
This could be achieved by a cronjob.