rc.local 多个启动项,其中几个启动项启动后不会闭环,会在控制台输出程序运行日志,导致 rc.local 在这个启动项后的其它启动项无法正常启动,有什么办法么?
1
iqfEmhuNidBhDfWo 2022-04-16 22:39:34 +08:00
nohup some_cmd &
另外,为啥不用 systemd unit file ? |