On 21/01/15 12:18, Bill Maidment wrote: > Hi guys > MRTG is having problems with timeshift because crond starts before chronyd on > SL7. > I have added chrond.service as a dependancy to the crond.service. Is that the > right approach to solving the problem?
This sounds like the right approach. But systemd have different levels of dependencies. I recommend you to check the dependency you used against man systemd.unit. Check out After=, Requires= and Requisite=. -- kind regards, David Sommerseth
