aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs/git-srht/files/git.sr.ht-api.initd
blob: 0effd1dccd6ee182431988be437de4645b6f48a3 (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 API daemon"
description=""
command="/usr/bin/gitsrht-api"
command_args="-b ${ADDRESS}:${PORT}"
command_user="srht:srht"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"

depend() {
	need net
}