gpt4 book ai didi

bash - cron 作业不适用于 xwindow

转载 作者:太空宇宙 更新时间:2023-11-04 12:42:49 26 4
gpt4 key购买 nike

我在 crontab 中有以下行*/1 * * * * xeyes

它不显示任何 xwindow 而是相反*/1 * * * * touch somefile.txt 工作正常

试图在谷歌上搜索但没有得到任何具体答案!!

最佳答案

如果您运行的命令使用它,您必须告诉 cron 在哪里可以找到 X 服务器。

所以使用:env DISPLAY=:0.0 xeyesexport DISPLAY=:0.0; xeyes.

一些 cron 实现(Debian、Ubuntu 等)允许在 cron 文件中简单地设置环境。

DISPLAY=:0.0
# m h dom mon dow command
*/1 * * * * xeyes

关于bash - cron 作业不适用于 xwindow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39675020/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com