Harry Edmon's solution works here too.
FWIW https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512757 reports the same
issue in a previous release but that was fixed. Now that problem has been
reintroduced into debian Jessie.
--
Andy, HNAS Engineering, Hitachi Data Systems
I tried this on a machine with ypbind but not autofs.It worked when I used
this line
After=ypbind.service autofs.service
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
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
3 matches
Mail list logo