Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Systemd needs After as well as Require
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 go-gitea#15866 Signed-off-by: Andrew Thornton <art27@cantab.net>
- Loading branch information