Skip to content
Commit faf070c4 authored by Adam Chappell's avatar Adam Chappell Committed by Martin Jansa
Browse files

apache2: wait for server to start/stop/restart



Change start, stop, and restart functions in apache2 init script to return only
after completion (i.e. the server has started/stopped, not just received a kill
signal). Starting and stopping the server in quick sucession results in an error
because the server will attempt to stop before it has had time to start and vice
versa.

Signed-off-by: default avatarAdam Chappell <adam.chappell@ni.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent e5abd3c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment