From ec23b20078232567211e59375bb5c3cd497ed660 Mon Sep 17 00:00:00 2001 From: lpoujol Date: Tue, 13 Nov 2018 11:34:45 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20unit=C3=A9=20systemd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGitea.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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