mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
init script gentoo (#447)
* init script for gentoo (#3761) * replace Gogs to Gitea * remove override port number * remove port
This commit is contained in:
parent
47a7529d96
commit
11df7ebfc5
15
scripts/init/gentoo/gitea
Normal file
15
scripts/init/gentoo/gitea
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
|
DIR=/home/git/gitea
|
||||||
|
USER=git
|
||||||
|
|
||||||
|
start_stop_daemon_args="--user ${USER} --chdir ${DIR}"
|
||||||
|
command="${DIR}/gitea"
|
||||||
|
command_args="web"
|
||||||
|
command_background=yes
|
||||||
|
pidfile=/var/run/gitea.pid
|
||||||
|
|
||||||
|
depend()
|
||||||
|
{
|
||||||
|
need net
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user