aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs/git-srht/files/git.sr.ht.initd
blob: 15bfd93b321be4e3d023f5f07e982303009fbcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="git.sr.ht daemon"
description=""
command="/usr/bin/gunicorn"
command_args="gitsrht.app:app -b ${ADDRESS}:${PORT}"
command_user="git-srht:git-srht"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"

depend() {
	need net
}