add app-emulation/virtualbmc-1.4.0 ebuild

This commit is contained in:
ace
2019-03-13 01:56:07 +03:00
parent b9a0b7427c
commit e98acde20e
3 changed files with 57 additions and 0 deletions

View 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
}