我是 CentOS 新手。我最近买了一台 CentOS 机器,但它不会在启动时自动启动某些服务。我想让它sshd.service
在启动时自动启动,我该怎么办?
我尝试了一下,但什么也没发生,就像在文件底部chkconfig sshd
添加一样。systemctl enable sshd.service
/etc/rc.d/rc.local
机器:华硕 Vivo PC 上的 CentOS7.2。
答案1
尝试这个 :
systemctl is-enabled sshd.service
如果未启用,请尝试:
systemctl enable sshd.service