prometheanfire    14/04/01 03:46:51

  Added:                nova.initd
  Log:
  update to nova and deps 2013.2.9999
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.1                  sys-cluster/nova/files/nova.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.1&content-type=text/plain

Index: nova.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

description="Starts ${SVCNAME}  service for OpenStack" 

command=/usr/bin/${SVCNAME}
command_background=yes
pidfile=/var/run/nova/${SVCNAME}.pid
required_files=/etc/nova/nova.conf
start_stop_daemon_args="--quiet --user ${NOVA_USER:-nova}"

depend() {
    need net 
    need rabbitmq
}

start_pre() {
        checkpath --directory --owner ${NOVA_USER:-nova}:${NOVA_GROUP:-nova} 
--mode 0664 ${NOVA_RUN:-/var/run/nova}
}




Reply via email to