mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
systemd-systemctl-native: multiple service files not looped properly
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
c999d04b7f
commit
1aa96dc9df
@@ -31,7 +31,7 @@ while [ $# != 0 ]; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
for service in "$services"; do
|
for service in $services; do
|
||||||
# find service file
|
# find service file
|
||||||
for p in $ROOT/etc/systemd/system \
|
for p in $ROOT/etc/systemd/system \
|
||||||
$ROOT/lib/systemd/system \
|
$ROOT/lib/systemd/system \
|
||||||
|
|||||||
Reference in New Issue
Block a user