标签: linux shell service
如何备份当前的chkconfig配置
chkconfig --list
列出当前的服务配置,以及何时(运行级别)将服务设置为启动。
我需要备份chkconfig配置并在具有相同运行级别的另一台机器中恢复相同的服务。
答案 0 :(得分:1)
您可以将配置输出到此文件chkconfig -l > /filename 然后在另一个系统上使用此脚本https://gist.github.com/natemccoy/9249545
chkconfig -l > /filename