Linux 开机启动 利用Crontab实现开机启动某个程序

这样添加任务:

@reboot /home/start.sh

开机延时启动:

@reboot sleep 120 && /home/start.sh

おすすめ

転載: blog.csdn.net/x1131230123/article/details/121431397