From a32792ac685c17544d1507fdc3ce1b202cc28f8a Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 5 Jan 2023 20:03:45 -0500 Subject: dev-vcs/git-srht: new package, add 0.81.3 Signed-off-by: Julien Roy --- dev-vcs/git-srht/files/git.sr.ht-api.initd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev-vcs/git-srht/files/git.sr.ht-api.initd (limited to 'dev-vcs/git-srht/files/git.sr.ht-api.initd') diff --git a/dev-vcs/git-srht/files/git.sr.ht-api.initd b/dev-vcs/git-srht/files/git.sr.ht-api.initd new file mode 100644 index 0000000..0effd1d --- /dev/null +++ b/dev-vcs/git-srht/files/git.sr.ht-api.initd @@ -0,0 +1,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 +} -- cgit v1.2.3