Files
gentoo/app-admin/conserver/files/conserver.initd-r1
Georgy Yakovlev cfe91b2bbc app-admin/conserver: version bump to 8.2.2
Bump EAPI to 6
Added freeipmi useflag
modernized ebuild and initsripts

Bug: https://bugs.gentoo.org/674420
Closes: https://bugs.gentoo.org/488312
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2019-03-05 15:26:38 -08:00

15 lines
428 B
Plaintext

#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
depend() {
need clock localmount
use net
}
command="/usr/sbin/conserver"
command_args="-d -L ${CONSERVER_LOG:-/var/log/${RC_SVCNAME}.log} ${CONSERVER_OPTS}"
command_background="true"
pidfile="/run/${RC_SVCNAME}.pid"
required_files="/etc/conserver/${RC_SVCNAME}.cf /etc/conserver/${RC_SVCNAME}.passwd"