Yürütülebilir bir komut dosyası koydum /etc/cron.hourly
, ancak bu komut dosyası her saat çalışmadı aslında hiç çalışmaz.
İşte yaptığım komut (Hour-sound):
#! / Bin / bash mplayer ~ / Müzik / sfx_msg-highlight.wv &> / dev / null & spd-say -r -50 -p 50 -t male3 "Şuanki Zaman: $ (tarih +"% l% p ")" bildir-gönder "Bu:" "$ (tarih +"% l% p ") şimdi." -i ~ / Resimler / "ilk tee.png" -t 5000
Benim crontab:
DISPLAY=":0.0"
XAUTHORITY="/home/naruto/.Xauthority"
XDG_RUNTIME_DIR="/run/user/1000"
0 * * * * /home/naruto/Hour-sound.sh
mplayer
Ve spd-say
komutları doğru şekilde çalışırken notify-send
, değil. Ayrıca bir dosyaya yeniden yönlendirme hatası denedim:
0 * * * * /home/naruto/Hour-sound.sh 2>/tmp/error
Ama bu hiçbir çıktı göstermedi. Neyi yanlış yapıyorum?
/etc/crontab
dosya hattı var 17 * * * * root cd / && run-parts --report /etc/cron.hourly
?
/etc/crontab
varrun-parts
Saatlik çalıştırmak için çizgicron
dizinden işleri?