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:
Andreas Müller
2012-03-03 13:04:01 +00:00
committed by Koen Kooi
parent c999d04b7f
commit 1aa96dc9df
@@ -31,7 +31,7 @@ while [ $# != 0 ]; do
esac
done
for service in "$services"; do
for service in $services; do
# find service file
for p in $ROOT/etc/systemd/system \
$ROOT/lib/systemd/system \