diff --git a/README.md b/README.md index 3da9e0d..8765f4c 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ root@yunohost:~# tail -f /var/log/django-for-runners/django-for-runners.log root@yunohost:~# cat /etc/systemd/system/django-for-runners.service root@yunohost:~# systemctl reload-or-restart django-for-runners +root@yunohost:~# systemctl status django-for-runners root@yunohost:~# journalctl --unit=for_runners --follow ``` diff --git a/README_fr.md b/README_fr.md index 340c5b8..a2527d5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -168,6 +168,7 @@ root@yunohost:~# tail -f /var/log/django-for-runners/django-for-runners.log root@yunohost:~# cat /etc/systemd/system/django-for-runners.service root@yunohost:~# systemctl reload-or-restart django-for-runners +root@yunohost:~# systemctl status django-for-runners root@yunohost:~# journalctl --unit=for_runners --follow ```