Commit 82a7e950 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Sleep for 3 seconds after httpd start to allow for PID file to be written

parent 6fc5058f
......@@ -52,6 +52,7 @@ After=network.target remote-fs.target nss-lookup.target
Type=forking
PIDFile=/run/httpd/httpd.pid
ExecStart=/usr/sbin/apachectl start
ExecStartPost=sleep 3
ExecStop=/usr/sbin/apachectl graceful-stop
ExecReload=/usr/sbin/apachectl graceful
PrivateTmp=true
......
Markdown is supported
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