forgejo/modules/setting
Florian Klink 95d478c29c
change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500)
* docs: update heading

This section covers more paths than the 3 listed in the heading.

* setting: change PIDFile default from /var/run/gitea.pid to /run/gitea.pid

On most modern distributions, /var/run is deprecated and only kept for
backwards compat according to
https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s13.html, and is a
symlink to `/run/` on modern distributions.

Old Distros that still don't have `/run` can update the gitea default as
described in from-source.en-us.md to point to the old location.

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-08-18 14:21:24 +03:00
..
attachment.go Add a storage layer for attachments (#11387) 2020-08-18 12:23:45 +08:00
cache.go
cors.go
cron.go
database.go fix a spelling error (#12163) 2020-07-06 11:58:31 -04:00
database_sqlite.go
database_test.go
git.go
indexer.go
indexer_test.go
log.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
mailer.go
markup.go
migrations.go
project.go Kanban board (#8346) 2020-08-16 23:07:38 -04:00
queue.go
repository.go Global default branch setting (#11918) 2020-06-17 16:53:55 -04:00
service.go
session.go
setting.go change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500) 2020-08-18 14:21:24 +03:00
task.go
webhook.go