11 lines
308 B
Text
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"
|