«
nohup 不输出log

时间:2022-1-18    作者:程序猿    分类:


执行守护程序,并且不输出log
nohup sh ./timer_hours.sh > /dev/null 2>&1 &