| No more easy editing/understanding grub.conf True, the grub2 config is horrible. No more easy to understand /etc/init.d It's a bit more complicated, but not too bad: Instead of "/etc/init.d/thing restart" you type "systemctl restart thing" Instead of chkconfig --list, you type "systemctl list-dependencies" Writing the equivalent script with systemd is much cleaner with less hacks, particularly for launching as different users and doing locking. No more text log files for system log (journalctl instead) By default. It's fine once you get the hang of the new syntax: journalctl --since=today --follow Watch out for default XFS filesystem instead of EXT4 because it is slower in real world use for databases, etc. Depends on the workload. Speed is only one part of it. For some benchmarks by phoronix see http://www.phoronix.com/scan.php?page=article&item=linux_315... |
http://openbenchmarking.org/prospect/1305166-UT-FILESYSTE20/...