diff options
author | Tomas Novotny <tomas@novotny.cz> | 2014-12-12 16:50:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-19 18:08:01 +0000 |
commit | d5e0cc7b08e6960f17c65a9588b23022b22c0fcc (patch) | |
tree | bf791867e528f355c3dbd02dba96dafe20e31881 /meta/recipes-extended | |
parent | 0932d84f265446fae5bdb587529f8510742e0c70 (diff) | |
download | ast2050-yocto-poky-d5e0cc7b08e6960f17c65a9588b23022b22c0fcc.zip ast2050-yocto-poky-d5e0cc7b08e6960f17c65a9588b23022b22c0fcc.tar.gz |
systemd-systemctl: add handling of template unit files
Template unit files (those with '@' in their names) are not handled with
native version of systemctl. This is usually not a problem, as the
native systemctl fails and systemctl command is executed during first
boot. But some early boot template units may fail during first boot
because opkg configure for first boot is pulled too late for them
(although I encouter it only with some of my services, not with oe-core
ones).
Handling of template unit files is same as in original systemctl. Also
DefaultInstance directive in template is respected. As with original
systemctl, enabling of template without instance and DefaultInstance
does nothing.
(From OE-Core rev: 90904ef3bab182a46174f7bb60e83f0f22a3f209)
Signed-off-by: Tomas Novotny <tomas@novotny.cz>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions