我想要RedHat / CentOS 7,在启动后做一些事情。 我通过编辑该服务调用的脚本来更改rhel-configure.service:/ lib / systemd / rhel-configure(& touch /.unconfigured)并添加我想在启动后执行的行。
启动后没有任何事情发生。也没有在journalctl输出中找到任何东西。
如何调试或使其工作?
答案 0 :(得分:0)
通常,如果要在引导时执行任务,请使用rc-local服务。 这里解释了一切:http://www.certdepot.net/rhel7-configure-rc-local-service/