Re: [systemd-devel] Starting a service before any networking

2023-09-29 Thread Jetchko Jekov
Actually, I believe the dhcpcd service is the wrong one here: Looking at the dhcpcd.service's Unit section (in F39 at least) I see: [Unit] Description=A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support Wants=network.target Before=network.target So it orders itself

Re: [systemd-devel] Starting a service before any networking

2023-09-27 Thread Jetchko Jekov
A good example of a service that needs to be started before networking is the firewall service. You can take a look at what your distro of choice is providing for hints. But essentially it boils down to something like this: Fedora's iptables.service: Before=network-pre.target Wants=network-pre.tar

Re: [systemd-devel] Antw: Re: Binary changed since start

2019-12-10 Thread Jetchko Jekov
On Tue, Dec 10, 2019 at 4:27 PM Ulrich Windl wrote: > > >>> Lennart Poettering schrieb am 10.12.2019 um 12:32 > in > Nachricht <20191210113234.GA16721@gardel-login>: > > On Di, 10.12.19 10:38, Ulrich Windl (ulrich.wi...@rz.uni‑regensburg.de) > wrote: > > > >> Hi! > >> > >> Two questions (In Linux

Re: [systemd-devel] systemd - nspawn ; systemd-networkd ; containers

2019-09-30 Thread Jetchko Jekov
systemd-networkd is not a separate package in Fedora 30 $ rpm -qf /usr/lib/systemd/systemd-networkd /usr/lib/systemd/system/systemd-networkd.service systemd-241-12.git1e19bcd.fc30.x86_64 systemd-241-12.git1e19bcd.fc30.x86_64 ___ systemd-devel mailing lis

Re: [systemd-devel] Antw: Re: Antw: Re: Q: ConditionPathExists=

2019-06-05 Thread Jetchko Jekov
Or you (@Reindl) can just fix it on your side and stop ranting and imposing your world view on others. On Wed, Jun 5, 2019 at 11:40 AM wrote: > > On Wed, 05 Jun 2019 09:11:36 +0200 > "Ulrich Windl" wrote: > > >>> Reindl Harald schrieb am 04.06.2019 um > > >>> 14:23 in > > Nachricht <4e4bc6ca-2

Re: [systemd-devel] on the default for, PredictableNetworkInterfaceNames

2016-04-14 Thread Jetchko Jekov
On Thu, Apr 14, 2016 at 10:57 AM Reindl Harald wrote: > > > Am 13.04.2016 um 18:51 schrieb Sam Tresler: > > I didn't make it through the rest of your post, but thought I'd chime in > > with `ifconfig` has been deprecated since 2009. > > > > 2009. I don't get deep into the distros, but I really wi

Re: [systemd-devel] Ignoring default gateway when configuring via dhcp

2015-08-15 Thread Jetchko Jekov
continue to use dhclient. But I though that it will be good thing to remove yet another package (simplification and minimization of the base image) and use systemd inbuilt features as its there anyway. Jeka On Fri, Aug 14, 2015 at 7:32 PM, Lennart Poettering wrote: > On Mon, 10.08.15 11:4

[systemd-devel] Ignoring default gateway when configuring via dhcp

2015-08-10 Thread Jetchko Jekov
Greetings, I am investigating a possibility for using systemd-networkd for networking setup but I am not able to figure out how to configure networkd to skip installing a default gateway even if dhcp server offers one. Just for clarification, I guess UseRoutes=false can be used if there is only de