From 85ae4be4f12973a1930e3f95781d9af98322af00 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Nov 2015 14:50:05 +0100 Subject: units: fix system.slice to require -.slice, instead of just want it --- units/system.slice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/system.slice b/units/system.slice index c0e3df9d0f..841f049b58 100644 --- a/units/system.slice +++ b/units/system.slice @@ -10,5 +10,5 @@ Description=System Slice Documentation=man:systemd.special(7) DefaultDependencies=no Before=slices.target -Wants=-.slice +Requires=-.slice After=-.slice -- cgit v1.2.3-54-g00ecf