サービスの登録・開始等は従来のservice, chkconfigではなくsystemctlを使用する。
https://access.redhat.com/documentation/ja-JP/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_with_systemd-Services.html
解除 #systemctl disable hoge 登録 #systemctl enable hoge でサービスの登録確認 #systemctl list-unit-files | grep hoge 起動 #systemctl start hoge 停止 #systemctl stop hoge ステータスを確認 #systemctl status hoge