Maybe the work day is already to long. I can not find a solution for following requirement.
How to apply a "Requires" with an instantiated service. Example: [email protected] b.service [email protected] is started as [email protected] and b.service must be started after [email protected] 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 [email protected] but that is not enough. Any hints? -- Thanks, Leon _______________________________________________ CentOS mailing list [email protected] https://lists.centos.org/mailman/listinfo/centos

