On Mon, 13 Jun 2011 00:27:43 +0200, RH wrote:

> this time "systemd" is not trustable since if there is a problem
> with httpd the anser of a "service start" is OK and the service was
> not started
> [root@testserver:~]$ service httpd start
> Starting httpd (via systemctl): [  OK  ]

Then use /bin/systemctl instead of the "service" wrapper, e.g.
# systemctl start httpd.service
# systemctl status httpd.service
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to