CentOS 7 では、デーモン(サービス)の再起動のやり方も変わっていますので、メモしておきます。
サービスの再起動など
サービスの再起動
# systemctl restart sshd.service
サービスの状態
# systemctl status sshd.service
ログの表示
# journalctl -u sshd.service
サービスの一覧
# systemctl list-unit-files -t service
確認バージョン
# cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
# uname -srvo
Linux 3.10.0-123.13.2.el7.x86_64 #1 SMP Thu Dec 18 14:09:13 UTC 2014 GNU/Linux