diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-11-05 19:23:07 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-06 16:38:31 +0000 |
commit | 54a0e331c68acb492d7be13b7f4daa2409393529 (patch) | |
tree | 030a3c24508b5a1d8210b3f13b1fc534e3723d8a /meta/site/arm-64 | |
parent | 7bba05391bf3702650e7eb4b1883b46214031853 (diff) | |
download | poky-54a0e331c68acb492d7be13b7f4daa2409393529.tar.gz |
systemd-systemctl-native: handle Install wildcards
Handle the %i wildcard appearing in a dependency in the Install section
of a template unit, e.g.
$ cat foo@.service
[Install]
WantedBy=bar@%i.target
Using the real systemctl something like:
$ systemctl enable foo@baz.service
will create a symlink in /etc/systemd/system/bar@baz.target.wants.
Detect wildcards in templates and make the appropriate substitution.
(From OE-Core rev: 22ed19292d160461042d4a2294fe2ec0b953873e)
(From OE-Core rev: aee9c2c28bf8d90f2bd30834b6d9f51141837338)
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/arm-64')
0 files changed, 0 insertions, 0 deletions