summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/systemd')
-rwxr-xr-xmeta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl2
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
32done 32done
33 33
34for service in "$services"; do 34for 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 \