On Di, 17.09.19 15:44, Dom Rodriguez ([email protected]) wrote:

> Hello,
>
> I've got a service unit, which is linked to a timer unit, and I'd like to have
> the behaviour associated with `Condition=` directives, but for targets. To
> explain further, my desired expectation is for the service unit to *only* 
> start
> when the target is active. Ideally, I don't want the service unit to fail
> either, but have similar behaviour with `Condition=`, which doesn't mark the
> unit as failed, but merely not meeting condition(s).
>
> Is this possible with systemd?

Requisite= can do this, but it causes the depending unit to fail if
the depnded-on unit is not activated yet or in the process of being
activated.

Lennart

--
Lennart Poettering, Berlin
_______________________________________________
systemd-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to