mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-cluster/neutron: fixing init script
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
@@ -6,10 +6,10 @@ description="Starts ${SVCNAME} service for OpenStack"
|
||||
|
||||
command=/usr/bin/"${SVCNAME}"
|
||||
command_background=yes
|
||||
command_args="${required_files[@]/#/--config-file } --log-file ${NEUTRON_LOGDIR:-/var/log/neutron}/${SVCNAME#*-}.log"
|
||||
command_user="${NEUTRON_USER:-neutron}"
|
||||
pidfile=/run/"${SVCNAME}".pid
|
||||
required_files=(${NEUTRON_CONFS[@]:-/etc/neutron/neutron.conf})
|
||||
command_args="${required_files[@]/#/--config-file } --log-file ${NEUTRON_LOGDIR:-/var/log/neutron}/${SVCNAME#*-}.log"
|
||||
retry="SIGTERM/15"
|
||||
|
||||
depend() {
|
||||
|
||||
Reference in New Issue
Block a user