systemctlΒΆ
As explained by readhat.
systemctlsystemctl status sshdsystemctl restart sshd
Reloading services is a little different. The reload subcommand only causes the service to re-read the configuration file, while the restart subcommand terminates all current connections and re-reads the configuration file.
systemctl reload sshdsystemctl stop sshdsystemctl start sshdsystemctl kill sshdsystemctl enable sshdsystemctl disable sshdsystemctl is-enabled sshd