![]() |
crontab -e does not run - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: crontab -e does not run (/showthread.php?tid=18345) |
crontab -e does not run - AndyM - 06-09-2023 I set up a cron job for user with crontab -e but is does not run. If I set the same job for root then it runs fine. I do not have cron.allow in /etc and cron.deny is empty. Code: SHELL=/usr/bin/sh The crontab file ends with a blank line and cr. The update script is executable. The crontab file is added to /etc/crontabs which is linked to /var/spool/cron and is created by crontab as "-rw------- 1 user root". So where have I gone wrong. |