crontab -e
22 18 * * * export DISPLAY=:0&&/home/mct/PisPlayer_V2.0_train_branch/build/StationPisPlayer
注意红色部分
本文介绍了一个具体的 CronTab 定时任务配置案例,展示了如何设置定时任务来运行特定的程序。该配置使得指定的应用程序能够在预设的时间点启动并执行。
crontab -e
22 18 * * * export DISPLAY=:0&&/home/mct/PisPlayer_V2.0_train_branch/build/StationPisPlayer
注意红色部分
4843
4703