From 3a04d6f43f429957323dd58d0e720d8d3bf7fee1 Mon Sep 17 00:00:00 2001 From: zeripath Date: Sun, 16 May 2021 09:41:37 +0100 Subject: [PATCH] Systemd needs After as well as Require (#15881) If the gitea service is stopped because of the db going down it needs an `After=db.service` to ensure it is restarted in addition to the `Requires=db.service` to ensure that the db is started before gitea is started. Fix #15866 Signed-off-by: Andrew Thornton Co-authored-by: Lunny Xiao --- contrib/systemd/gitea.service | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/contrib/systemd/gitea.service b/contrib/systemd/gitea.service index ac6a13ec5..cd3b8f9ec 100644 --- a/contrib/systemd/gitea.service +++ b/contrib/systemd/gitea.service @@ -7,10 +7,19 @@ After=network.target ### # #Requires=mysql.service +#After=mysql.service +# #Requires=mariadb.service +#After=mariadb.service +# #Requires=postgresql.service +#After=postgresql.service +# #Requires=memcached.service +#After=memcached.service +# #Requires=redis.service +#After=redis.service # ### # If using socket activation for main http/s