add app-emulation/virtualbmc-1.4.0 ebuild
This commit is contained in:
17
app-emulation/virtualbmc/files/virtualbmc-initd
Normal file
17
app-emulation/virtualbmc/files/virtualbmc-initd
Normal file
@ -0,0 +1,17 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
description="A virtual BMC for controlling virtual machines using IPMI commands"
|
||||
pidfile="/var/run/vbmcd.pid"
|
||||
command="/usr/sbin/vbmcd"
|
||||
start_stop_daemon_args="--pidfile ${pidfile}"
|
||||
|
||||
depend() {
|
||||
use net dns logger
|
||||
after libvirtd
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
return 0
|
||||
}
|
Reference in New Issue
Block a user