|
|
看到有贴子说,编辑/etc/rc.d/rc.local这个文件就行
可是,我打开这个文件一看,里面好简单啊,看不到有自动运行的服务
[root@linux rc.d]# more ./rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
怎么回事? |
|