You are not logged in.
I've just switched my server to using systemd, following the instructions at https://wiki.archlinux.org/index.php/Systemd - It all worked fine under the Mixed systemd/sysvinit/initscripts and Mixed systemd/initscripts install, but the removing initscripts stage has failed.
The network is up and running, I'm ssh-ing in, so sshd starts fine. Both httpd and postix start normally using `httpd -k start` and `postfix start`, but using `systemctl start httpd` fails, and the services aren't running after a reboot.
`journalctl` shows nothing relevant. The actual `systemctl start httpd` command sits and does nothing, giving no error messages at all.
Offline