summaryrefslogtreecommitdiffstats
path: root/contrib/systemd
Commit message (Collapse)AuthorAgeFilesLines
* Add unix socket help (#8377)Thomas McWork2019-10-061-0/+3
| | | When using unix socket as listener (`HTTP_ADDR = /run/gitea/gitea.socket`) then it's required to have the folder `/run/gitea` with appropriate owner/group. Manual creation leads to vanishing after reboot. This directive enables Systemd to handle this.
* Change systemd service file to more correctly match Debian & Centos - Fix ↵techknowlogick2019-01-191-4/+5
| | | | #4391 (#5777)
* More detailed documentation on how to set up from binary (#4121)Lauris BH2018-06-041-3/+3
| | | | | * More detailed documentation on how to set up from binary Also change recommended file locations
* Note about adding permisions to binary (#3936)techknowlogick2018-05-101-0/+5
| | | in regards to binding to lower ports than 1024
* App restarts to quickly if it fails to start. (#2945)William Mantly Jr2017-11-211-0/+1
|
* Synced gitignores with github repo (#1245)Thomas Boerger2017-03-151-0/+26
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo