diff --git a/HowtoGitea.md b/HowtoGitea.md index bb583b0f..a307834e 100644 --- a/HowtoGitea.md +++ b/HowtoGitea.md @@ -120,13 +120,14 @@ NAMES = Français,English ### systemd ~~~ -# cat /etc/systemd/system/gitea@.service +# cat /etc/systemd/system/gitea.service [Unit] Description=Gitea (Git with a cup of tea) After=syslog.target After=network.target After=mysqld.service +After=redis-server.service [Service] User=git