Hi! I wonder: Say service A.service is started via A.timer, and A.service cannot run unless file B exists, so A.service uses AssertPathExists=B. Will it make sense to repeat that requirement in A.timer? The idea was to prevent the timer from starting if the service would not start (due to missing B). Regards, Ulrich |