net-misc/jibber: add ebuild

Package-Manager: Portage-2.3.84, Repoman-2.3.20
This commit is contained in:
Anton Schubert 2020-03-04 12:03:55 +01:00
parent 42b658e43b
commit 61dc567141
5 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# jibber daemon args
# select backend: stdout, xmpp or mod_rest
jibber_backend="stdout"
# backend args
jibber_args=""

View file

@ -0,0 +1,11 @@
#!/sbin/openrc-run
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="jibber daemon"
description=""
command=/usr/bin/jibber
command_args="${jibber_backend} ${jibber_args}"
command_background="true"
command_user="nobody:nobody"
pidfile="/run/jibber.pid"