#author("2025-03-12T12:07:01+09:00","default:k1rou","k1rou") #author("2025-04-29T10:22:36+09:00","default:k1rou","k1rou") *sysconfig [#ya4a031d] -[[Linuxコマンド]] *サービスの設定 [#cc9ab8b1] **chkconfig [#f538dedc] -サービスの一覧を確認 [#rafadbe1] chkconfig --list chkconfig --list <service-name> -[[ランレベル]]毎の自動起動設定 -自動起動設定 [#b9345f13] --自動起動の管理対象に追加 chkconfig --add <service-name> --自動起動を有効 chkconfig <service-name> on *サービスの操作 [#i7ec9a89] **service [#c4f3cbf4] -サービスの起動 [#rd385aa1] service サービス名 start -サービスの停止 [#v03b7b7b] service サービス名 stop -サービスの再起動 [#v1221fcc] service サービス名 restart *関連用語 [#pee067b1] -[[Linuxの起動・シャットダウン]]