diff options
author | zeripath <art27@cantab.net> | 2021-05-16 09:41:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 16:41:37 +0800 |
commit | 3a04d6f43f429957323dd58d0e720d8d3bf7fee1 (patch) | |
tree | 1dbd5b1d70f37dfc31908296afc99471bd73156b /options/locale | |
parent | 41136db47e3b3222cef6e77347ae6bbe87947038 (diff) | |
download | gitea-3a04d6f43f429957323dd58d0e720d8d3bf7fee1.tar.gz gitea-3a04d6f43f429957323dd58d0e720d8d3bf7fee1.zip |
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 <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'options/locale')
0 files changed, 0 insertions, 0 deletions