Re: [systemd-devel] Request for clarification

2024-09-09 Thread Lennart Poettering
On Fr, 06.09.24 14:49, Thomas Köller (tho...@koeller.dyndns.org) wrote: > In 'man systemd.service', the description of ExecCondition= states: > > when an ExecCondition= command exits with exit code 1 through 254 > (inclusive), the remaining commands are skipped and the unit is not marked > as fail

[systemd-devel] Request for clarification

2024-09-06 Thread Thomas Köller
In 'man systemd.service', the description of ExecCondition= states: when an ExecCondition= command exits with exit code 1 through 254 (inclusive), the remaining commands are skipped and the unit is not marked as failed What exactly does 'the remaining commands' mean? Other commands from sub

Re: [systemd-devel] Request for clarification of use & implementation of new (systemd >= v214) "network-pre.target"

2014-10-10 Thread Andrei Borzenkov
В Fri, 10 Oct 2014 10:14:47 -0700 PGNd пишет: > systemd v214 introduced the new network-related target, "network-pre.target". > > It cleanly provides a convenient and timley pre-network state trigger for > Before= use in unit ordering. > > As originally conceived, and currently implemented, it

Re: [systemd-devel] Request for clarification of use & implementation of new (systemd >= v214) "network-pre.target"

2014-10-10 Thread Tom Gundersen
On Fri, Oct 10, 2014 at 7:14 PM, PGNd wrote: > (2) [systemd-networkd] does not appear to be required for either > network.target, or network-online.target ... Correct. The point of network-pre.target is that whatever network manager you are using must be ordered After= it, so that your firewall

[systemd-devel] Request for clarification of use & implementation of new (systemd >= v214) "network-pre.target"

2014-10-10 Thread PGNd
systemd v214 introduced the new network-related target, "network-pre.target". It cleanly provides a convenient and timley pre-network state trigger for Before= use in unit ordering. As originally conceived, and currently implemented, it's of particular use for secure, early init of firewalls,