b86b48c4a2
* drop "apachectl fullstatus" support * run systemctl with --no-pager option * implement graceful&graceful-stop by signal directly run "httpd -t" from legacy action script Resolves: rhbz#1641237
3 lines
34 B
Bash
3 lines
34 B
Bash
#!/bin/sh
|
|
exec /usr/sbin/httpd -t
|