From 49e7f0277444ca10623fe790ff754f7c006f8c64 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 May 2012 16:12:25 +0200 Subject: rescue: don't pull in sockets In rescue mode let's not establish all sockets, so that we don't end up starting a lot of additional services automatically. Instead of pulling in basic.target we now only pull in sysinit.target which pulls in local-fs.target and swap.target. That way rescue mode has all the really basic setup around, but normal services are not started and not autostarted either. --- units/rescue.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units/rescue.target') diff --git a/units/rescue.target b/units/rescue.target index c17a4e12d0..3f59b14339 100644 --- a/units/rescue.target +++ b/units/rescue.target @@ -8,8 +8,8 @@ [Unit] Description=Rescue Mode Documentation=man:systemd.special(7) -Requires=basic.target rescue.service -After=basic.target rescue.service +Requires=sysinit.target rescue.service +After=sysinit.target rescue.service AllowIsolate=yes [Install] -- cgit v1.2.3-54-g00ecf