[systemd-devel] systemd | Requires statement with an instantiated service

Leon Fauster leonfauster at googlemail.com
Wed Sep 1 22:19:44 UTC 2021


Dear list,

following requirement exists here (systemd-239 installed):

Applying a "Requires" statement with an instantiated service.

Example:

a at .service
b.service

a at .service is started as a at host1.service and b.service must be started
after a at host1.service but the unit will be differently parameterized
(depended of the region). So I want to generalize the requires statement.

My dropin file in ./b.service.d/dep.conf looks like

[Unit]
Requires="a@*.service"

This just produces following error:
'Failed to add dependency on "a@*.service", ignoring: Invalid argument'

I use also a Before=b.service statement for a at .service but that is not
enough.

Any hints?


-- 
Thanks,
Leon


More information about the systemd-devel mailing list