mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/freeipmi: remove unused init file
Fixes: https://github.com/gentoo/gentoo/pull/3917 (cherry picked from commit 9a7978b0b85dc127325425c73d6269d2b774df64) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
committed by
Robin H. Johnson
parent
e7eb0d65b6
commit
aaac2b79ce
@@ -1,15 +0,0 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
extra_commands="condrestart"
|
||||
description_condrestart="Restart the service only if started already"
|
||||
|
||||
command="/usr/sbin/${SVCNAME}"
|
||||
command_args="${OPTIONS}"
|
||||
pidfile=/var/run/$SVCNAME.pid
|
||||
|
||||
condrestart() {
|
||||
service_started && restart
|
||||
}
|
||||
Reference in New Issue
Block a user