Removes obsolete --config-file-/etc/nova/nova.conf from starting arguments of init...
[openstack-build/ceilometer-build.git] / xenial / debian / ceilometer-agent-central.init
index fa2fff134d3b8c49cff027d6e773f15d38517fb8..9a43dd9ed26d4146d765e84cd71b1279d89ee7e4 100644 (file)
@@ -16,8 +16,6 @@ DESC="Ceilometer Agent Central"
 SYS_NAME=ceilometer
 NAME=ceilometer-agent-central
 DAEMON=/usr/bin/ceilometer-agent-central
-DAEMON_ARGS="--config-file /etc/nova/nova.conf"
-[ -f '/etc/nova/nova-compute.conf' ] && DAEMON_ARGS=${DAEMON_ARGS}" --config-file=/etc/nova/nova-compute.conf"
 
 SCRIPTNAME=/etc/init.d/${NAME}
 DAEMON_USER=${SYS_NAME}