You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/contrib
silverwind 4c3e56da13
Use Wants= over Requires= in systemd file (#15897)
`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>
3 years ago
..
environment-to-ini Only write config in environment-to-ini if there are changes (#15861) 3 years ago
fhs-compliant-script Add FHS-compliant-script (#6923) 5 years ago
fixtures Move fixture generation to contrib and add test (#10277) 4 years ago
ide fix quotation marks in launch.json (#13325) 4 years ago
init Make the default PID file compile-time settable (#12485) 4 years ago
launchd Synced gitignores with github repo (#1245) 7 years ago
legal [Contrib] Change License Link to Full CC0 Legalcode (PP and TOS) (#10057) 4 years ago
options/label Adding advanced label set. (#11298) 4 years ago
pr Refactor renders (#15175) 3 years ago
supervisor Synced gitignores with github repo (#1245) 7 years ago
systemd Use Wants= over Requires= in systemd file (#15897) 3 years ago
README Synced gitignores with github repo (#1245) 7 years ago
autoboot.sh Synced gitignores with github repo (#1245) 7 years ago
mysql.sql Synced gitignores with github repo (#1245) 7 years ago

README

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