Bug#783665: suggested solution works here too

2015-12-18 Thread Andy Chittenden
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

Bug#783665: Suggested Solution update

2015-04-29 Thread Harry Edmon
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

Bug#783665: Suggested Solution

2015-04-29 Thread Harry Edmon
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