[systemd-devel] List service units for dependency tracking?

2019-12-27 Thread Jeffrey Walton
Hi Everyone, I have three services I need to automatically start sometime around boot in a mostly unattended environment. My services depend on other services, like the USB bus and GUI environment. My question is, how can I list the various service units to determine what I can use for Wants=

Re: [systemd-devel] disable EDNS in systemd-resolved

2019-12-27 Thread Marc Haber
On Fri, Dec 27, 2019 at 11:25:20AM +0200, Mantas Mikulėnas wrote: > On Fri, Dec 27, 2019 at 10:52 AM Marc Haber > wrote: > > how would I disable EDNS in systemd-resolved? Some recursive DNS servers > > (for example in public hotspots) choke on queries with EDNS options. > > > > I don't think

Re: [systemd-devel] disable EDNS in systemd-resolved

2019-12-27 Thread Mantas Mikulėnas
On Fri, Dec 27, 2019 at 10:52 AM Marc Haber wrote: > Hi, > > how would I disable EDNS in systemd-resolved? Some recursive DNS servers > (for example in public hotspots) choke on queries with EDNS options. > I don't think there is a configuration option, but resolved *should* automatically

[systemd-devel] disable EDNS in systemd-resolved

2019-12-27 Thread Marc Haber
Hi, how would I disable EDNS in systemd-resolved? Some recursive DNS servers (for example in public hotspots) choke on queries with EDNS options. I didn't find anything about this in the systemd-resolved or resolvectl manual pages for systemd 244. Greetings Marc --

Re: [systemd-devel] How to handle staged installs with a Systemd unit?

2019-12-27 Thread Tomasz Torcz
On Thu, Dec 26, 2019 at 07:37:05PM -0500, Jeffrey Walton wrote: > > It looks like the problem is (to me), GNU Coding Standards does not > > provide guidance on the use case. There is no procedure detailed by > > the standard. Confer, the entire standard as a single web page: > >