From 1eec194f488559a710cf1c285526ee2f19077723 Mon Sep 17 00:00:00 2001 From: Alexander Pankratov <34161928+xtrime-ru@users.noreply.github.com> Date: Fri, 8 Nov 2019 15:41:59 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8710c53..45819a1 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ Fast, simple, async php telegram api server: MadelineProto will generate them on start. _Optional:_ -1. Use supervisor to monitor and restart swoole servers. Example of `/etc/supervisor/conf.d/telegram_rss.conf`: +1. Use supervisor to monitor and restart swoole/amphp servers. Example of `/etc/supervisor/conf.d/telegram_rss.conf`: ``` [program:telegram_client] - command=/usr/bin/php /home/admin/web/tg.i-c-a.su/TelegramSwooleClient/server.php + command=/usr/bin/php /home/admin/web/tg.i-c-a.su/TelegramApiServer/server.php numprocs=1 - directory=/home/admin/web/tg.i-c-a.su/TelegramSwooleClient/ + directory=/home/admin/web/tg.i-c-a.su/TelegramApiServer/ autostart=true autorestart=true stdout_logfile=none