gitea/modules/setting
zeripath ac3cfad23d
Make the default PID file compile-time settable ()
 offered to change the default PID file from /var/run/gitea.pid however in discussion it was decided that this could break users of older systems. An alternative was offered that we could make the PID file compile/link time settable.

This PR does this, and changes the name of the setting from CustomPID to simply PIDFile. It also updates the from-source docs to show how to change the compiler settings to do this.

Closes 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Florian Klink <flokli@flokli.de>
..
cache.go Cache last commit to accelerate the repository directory page visit ()
cors.go Movde dependents on macaron from modules/setting ()
cron.go Refactor Cron and merge dashboard tasks ()
database.go fix a spelling error ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Make PR message on pushes configurable ()
indexer.go Add detected file language to code search ()
indexer_test.go Restrict repository indexing by glob match ()
log.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line ()
mailer.go Sendmail should create a process on the gitea system and have a default timeout ()
markup.go Fix sanitizer config - multiple rules ()
migrations.go Add retry for migration http/https requests ()
queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
repository.go Global default branch setting ()
service.go Add /milestones endpoint ()
session.go Movde dependents on macaron from modules/setting ()
setting.go Make the default PID file compile-time settable ()
task.go Graceful Queues: Issue Indexing and Tasks ()
webhook.go Add Matrix webhook ()