ユーザ用ツール

サイト用ツール


01_linux:01_net:19_centos7_chkconfig_systemctl
no way to compare when less than two revisions

差分

このページの2つのバージョン間の差分を表示します。


01_linux:01_net:19_centos7_chkconfig_systemctl [2016/10/26 04:46] (現在) – 作成 matsui
行 1: 行 1:
 +====== 19 CentOS7 自動起動の設定 ======
  
 +CentOS7になってから、自動昨日の設定(chkconfig)がsystemctlに変更された。
 +
 +===== 確認 =====
 +
 +<code>
 +# systemctl list-unit-files  -t service
 +UNIT FILE                                   STATE   
 +acpid.service                               enabled 
 +arp-ethers.service                          disabled
 +auditd.service                              enabled 
 +autovt@.service                             disabled
 +blk-availability.service                    disabled
 +brandbot.service                            static  
 +console-getty.service                       disabled
 +console-shell.service                       disabled
 +container-getty@.service                    static  
 +cpupower.service                            disabled
 +crond.service                               enabled 
 +dbus-org.freedesktop.hostname1.service      static
 +
 +
 +
 +</code>
 +
 +===== 自動起動設定 =====
 +
 +  systemctl enable サービス名.service
 +
 +===== 自動起動解除 =====
 +
 +  systemctl disable サービス名.service
 +
 +{{tag>centos7}}
01_linux/01_net/19_centos7_chkconfig_systemctl.txt · 最終更新: 2016/10/26 04:46 by matsui