diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-03 13:13:47 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-03 13:14:37 -0500 |
commit | c96d3f48898ddb3b62ee8266cb7991ef39cd6ec1 (patch) | |
tree | 8d639cac05b936486de24d792bcbcd026bd555e7 /sys-cluster/neutron | |
parent | sys-libs/libunwind: Remove old (diff) | |
download | gentoo-c96d3f48898ddb3b62ee8266cb7991ef39cd6ec1.tar.gz gentoo-c96d3f48898ddb3b62ee8266cb7991ef39cd6ec1.tar.bz2 gentoo-c96d3f48898ddb3b62ee8266cb7991ef39cd6ec1.zip |
sys-cluster/neutron: fixing init script
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-cluster/neutron')
-rw-r--r-- | sys-cluster/neutron/files/neutron.initd-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/neutron/files/neutron.initd-2 b/sys-cluster/neutron/files/neutron.initd-2 index a558db0225e8..7a7dad6e6865 100644 --- a/sys-cluster/neutron/files/neutron.initd-2 +++ b/sys-cluster/neutron/files/neutron.initd-2 @@ -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() { |