diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-03 13:04:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-04 18:05:01 +0100 |
commit | 1aa96dc9df2469bcda52fc0d965fa5aa7a5315b8 (patch) | |
tree | abc4724662c71c148383eadbebb19195969fb90e /meta-oe/recipes-core | |
parent | c999d04b7f83199f23343d6761d5480cd8267c5d (diff) | |
download | meta-openembedded-1aa96dc9df2469bcda52fc0d965fa5aa7a5315b8.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-core')
-rwxr-xr-x | meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl index 72b9da3b7..b86f3cd74 100755 --- a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl +++ b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl | |||
@@ -31,7 +31,7 @@ while [ $# != 0 ]; do | |||
31 | esac | 31 | esac |
32 | done | 32 | done |
33 | 33 | ||
34 | for service in "$services"; do | 34 | for service in $services; do |
35 | # find service file | 35 | # find service file |
36 | for p in $ROOT/etc/systemd/system \ | 36 | for p in $ROOT/etc/systemd/system \ |
37 | $ROOT/lib/systemd/system \ | 37 | $ROOT/lib/systemd/system \ |