Rackspace-DOT / nova-agent

Other
4 stars 18 forks source link

Suspicious Required-Start in nova-agent init script #70

Open hkmaly opened 5 years ago

hkmaly commented 5 years ago

Hello, in Debian init script, you wrote:

# Required-Start: $remote_fs $syslog xe-linux-distribution

in Redhat one, it's even worse:

# Required-Start:    $all

Compared to nova-agent.service, saying Before=network-online.target ... shouldn't the LSB header of init scripts be written in way which makes the nova-agent start as early as possible, so any daemons running after it will bind to correct network interface?