ischluff-overlay/net-misc/jibber/files/init.d/jibber
Anton Schubert 61dc567141 net-misc/jibber: add ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20
2020-03-04 12:03:55 +01:00

11 lines
308 B
Text

#!/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"