Re: [systemd-devel] After= and Wants= doesn't seem to have an effect

2021-12-22 Thread Christopher Wong
The code is being run on systemd 247.6. I finally got some debug logs to share (see below). The starting of opticsd.service is held back, waiting for temperature-controller.service, which is good. However, the line right after: Job 721, which is a stop job for temperature-controller finished wit

Re: [systemd-devel] throw routes are getting removed when networkd is restarted

2021-12-22 Thread Robert Dahlem
Anita, it helped to configure [Network] ManageForeignRoutes=no Thank you! Regards, Robert On 22.12.2021 09:05, Anita Zhang wrote: Are these throw routes managed by systemd-networkd (i.e. there's a corresponding .network file for them)? I'm guessing there is not and that StrongSwan i

Re: [systemd-devel] systemd-timesyncd

2021-12-22 Thread Anita Zhang
This was reported and fixed here: https://github.com/systemd/systemd/issues/20482 Best, Anita On Tue, Dec 7, 2021 at 2:47 PM Scott Andrews wrote: > > This is my first forage into systemd and I need some help fixing this > problem. I would like to use timesyncd instead of ntp. > I searched onl

Re: [systemd-devel] throw routes are getting removed when networkd is restarted

2021-12-22 Thread Anita Zhang
Are these throw routes managed by systemd-networkd (i.e. there's a corresponding .network file for them)? I'm guessing there is not and that StrongSwan is managing them separately. systemd-networkd by default will remove unmanaged routes unless told otherwise. There are two settings that can preven