summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl')
-rwxr-xr-xmeta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl
index c4a0a3fade..6e7a05d349 100755
--- a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl
+++ b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl
@@ -68,8 +68,8 @@ for service in $services; do
68 ln -s $service_file $ROOT/etc/systemd/system/$r.wants 68 ln -s $service_file $ROOT/etc/systemd/system/$r.wants
69 echo "Enabled $service for $wanted_by." 69 echo "Enabled $service for $wanted_by."
70 else 70 else
71 rm -f $ROOT/etc/systemd/system/$r.wants/$service_file 71 rm -f $ROOT/etc/systemd/system/$r.wants/$service
72 rmdirs -p $ROOT/etc/systemd/system/$r.wants 72 rmdir --ignore-fail-on-non-empty -p $ROOT/etc/systemd/system/$r.wants
73 echo "Disabled $service for $wanted_by." 73 echo "Disabled $service for $wanted_by."
74 fi 74 fi
75 done 75 done