mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00

(From OE-Core rev: b08ce6d23f2c6c89073ddff90b758360f9ce9fea) Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
228 B
SYSTEMD
13 lines
228 B
SYSTEMD
[Unit]
|
|
Description=Groups all overlays required by {PN} in one unit
|
|
After={ALL_OVERLAYFS_UNITS}
|
|
Requires={ALL_OVERLAYFS_UNITS}
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/true
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|