Commit Graph

8 Commits (eacce14546874dbeeda1f3f71dca89e0fc5226e6)

Author SHA1 Message Date
Lycolia Rizzim 79af6e367c
Add init file for Ubuntu ()
Created an init file for Ubuntu that will be useful when running it on
WSL.
Lauris BH 8e8b536c29
Update OpenRC startup script ()
YISH ddf7f1319f
Fix script compatiable with OpenWrt ()
* Fix compatibility of upgrade.sh in openwrt and add service init script for openwrt.

* Apply suggestions from code review

Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: zeripath <art27@cantab.net>

* Update contrib/upgrade.sh

Co-authored-by: Norwin <noerw@users.noreply.github.com>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Norwin <noerw@users.noreply.github.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
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>
Antonio Huete Jimenez 3e6d9b355e Add a basic SMF manifest for SunOS platforms ()
Signed-off-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Lauris BH 1aee261aae More detailed documentation on how to set up from binary ()
* More detailed documentation on how to set up from binary
Also change recommended file locations
Sandro Santilli b7da5a6cb7 Fix service description in Debian init file ()
Thomas Boerger a06c3ad2c0 Synced gitignores with github repo ()
* Renamed scripts directory into contrib

* Added script to download gitignores from github

* Synced gitignores with github repo