I realized that cron should really start after autofs since cron jobs could depend on automounted filesystems. I put the following line in "Units" section of /lib/systemd/system/cron.service:

After=autofs.service

cron now starts up after autofs (which is after ypbind), and the cron jobs in cron.d are running properly.


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to