1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-11 09:17:42 +03:00
gitea/contrib
silverwind 4c3e56da13
Use Wants= over Requires= in systemd file ()
`Requires=` has the behaviour of stopping `gitea.service` when the
database is stopped but not bringing it up again after the database is
started again. Use `Wants=` to define a weak requirement instead,
meaning `gitea.service` will be kept running when the database is
stopped, which is not an issue because gitea will just reconnect later
on.

Fixes: https://github.com/go-gitea/gitea/issues/15866

Co-authored-by: zeripath <art27@cantab.net>
2021-05-17 16:09:15 +03:00
..
environment-to-ini Only write config in environment-to-ini if there are changes () 2021-05-14 01:01:05 +02:00
fhs-compliant-script Add FHS-compliant-script () 2019-05-26 17:49:54 -04:00
fixtures Move fixture generation to contrib and add test () 2020-02-15 10:59:43 +02:00
ide fix quotation marks in launch.json () 2020-10-27 16:58:09 -04:00
init Make the default PID file compile-time settable () 2020-08-15 21:15:27 +01:00
launchd Synced gitignores with github repo () 2017-03-15 13:30:00 +01:00
legal [Contrib] Change License Link to Full CC0 Legalcode (PP and TOS) () 2020-06-02 21:22:17 -04:00
options/label Adding advanced label set. () 2020-05-07 07:47:34 +01:00
pr Refactor renders () 2021-04-19 18:25:08 -04:00
supervisor Synced gitignores with github repo () 2017-03-15 13:30:00 +01:00
systemd Use Wants= over Requires= in systemd file () 2021-05-17 16:09:15 +03:00
autoboot.sh Synced gitignores with github repo () 2017-03-15 13:30:00 +01:00
mysql.sql Synced gitignores with github repo () 2017-03-15 13:30:00 +01:00
README Synced gitignores with github repo () 2017-03-15 13:30:00 +01:00

All files in subdirectories are templates, do modifications based on your environment first.