gitea/docs/content/doc/installation
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
..
database-preparation.en-us.md
from-binary.en-us.md
from-binary.fr-fr.md
from-binary.zh-cn.md
from-binary.zh-tw.md
from-package.en-us.md
from-package.fr-fr.md
from-package.zh-cn.md
from-package.zh-tw.md
from-source.en-us.md change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500) 2020-08-18 14:21:24 +03:00
from-source.fr-fr.md
from-source.zh-cn.md
from-source.zh-tw.md
run-as-service-in-ubuntu.en-us.md
run-as-service-in-ubuntu.zh-cn.md
windows-service.en-us.md
windows-service.fr-fr.md
windows-service.zh-cn.md
windows-service.zh-tw.md
with-docker.en-us.md
with-docker.fr-fr.md
with-docker.zh-cn.md
with-docker.zh-tw.md