vadimk 14/05/11 12:22:00 Added: cinder.sudoersd cinder.confd cinder.initd Log: slot conflicts, bug 508002. new init scripts. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key E1DF22D5)
Revision Changes Path 1.1 sys-cluster/cinder/files/cinder.sudoersd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/cinder.sudoersd?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/cinder.sudoersd?rev=1.1&content-type=text/plain Index: cinder.sudoersd =================================================================== Defaults:cinder !requiretty cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap 1.1 sys-cluster/cinder/files/cinder.confd <<Binary file>> 1.1 sys-cluster/cinder/files/cinder.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/cinder.initd?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/cinder.initd?rev=1.1&content-type=text/plain Index: cinder.initd =================================================================== #!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/files/cinder.initd,v 1.1 2014/05/11 12:21:59 vadimk Exp $ description="Starts ${SVCNAME} service for OpenStack" command=/usr/bin/${SVCNAME} command_background=yes command_args="--config-file /etc/cinder/cinder.conf --log-file /var/log/cinder/${SVCNAME}.log" pidfile=/var/run/cinder/${SVCNAME}.pid required_files=/etc/cinder/cinder.conf start_stop_daemon_args="--quiet --user ${CINDER_USER:-cinder}" depend() { need net } start_pre() { checkpath --directory --owner ${CINDER_USER:-cinder}:${CINDER_GROUP:-cinder} --mode 0755 ${CINDER_RUN:-/var/run/cinder} }
