ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

01_linux:01_net:19_centos7_chkconfig_systemctl

19 CentOS7 自動起動の設定

CentOS7になってから、自動昨日の設定(chkconfig)がsystemctlに変更された。

確認

# 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
・
・
・

自動起動設定

systemctl enable サービス名.service

自動起動解除

systemctl disable サービス名.service
01_linux/01_net/19_centos7_chkconfig_systemctl.txt · 最終更新: 2016/10/26 13:46 by matsui