CentOS 7, httpd
При попытке перезапуска httpd:
# systemctl status httpd.service
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: failed (Result: exit-code) since Sat 2015-07-18 10:52:35 MSK; 2min 16s ago
Process: 13608 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 13605 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 13605 (code=exited, status=1/FAILURE)
Jul 18 10:52:35 site.ru httpd[13605]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/httpd/conf/httpd.conf:363
Jul 18 10:52:35 site.ru systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 18 10:52:35 binghost-s1.ru kill[13608]: kill: cannot find process ""
Jul 18 10:52:35 site.ru systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 18 10:52:35 site.ru systemd[1]: Failed to start The Apache HTTP Server.
Jul 18 10:52:35 site.ru systemd[1]: Unit httpd.service entered failed state.
В error_log:
AH00015: Unable to open logs
AH00015: Unable to open logs
...
При этом если запускать апач через:
httpd -k start
Соответственно проблема с systemd. Как решать?