Pas besoin de redémarrer gitit après un nettoyage du cache

This commit is contained in:
Ludovic Poujol 2024-02-22 11:22:08 +01:00
parent 199a231ee6
commit 584c44316d
Signed by: lpoujol
SSH key fingerprint: SHA256:YZbQWfjHONnvIGkFZMs0xRKtqzqGqwtZU+kCOKhZXPA

View file

@ -134,10 +134,9 @@ $ pandoc -v
## Troubleshooting
Si Gitit affiche certaines pages en markdown sans linterpréter, il faut supprimer le répertoire `cache` dans son répertoire racine et redémarrer le service :
Si Gitit affiche certaines pages en markdown sans linterpréter, il faut supprimer le contenu du répertoire `cache` dans son répertoire racine :
~~~
# rm -f <GITIT_ROOT>/cache
# systemctl restart <INSTANCE>
# rm -rf <GITIT_ROOT>/cache/*
~~~