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>
..
environment-to-ini Only write config in environment-to-ini if there are changes ()
fhs-compliant-script Add FHS-compliant-script ()
fixtures Move fixture generation to contrib and add test ()
ide fix quotation marks in launch.json ()
init Make the default PID file compile-time settable ()
launchd Synced gitignores with github repo ()
legal [Contrib] Change License Link to Full CC0 Legalcode (PP and TOS) ()
options/label Adding advanced label set. ()
pr Refactor renders ()
supervisor Synced gitignores with github repo ()
systemd Use Wants= over Requires= in systemd file ()
README Synced gitignores with github repo ()
autoboot.sh Synced gitignores with github repo ()
mysql.sql Synced gitignores with github repo ()

README

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