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.service.m4.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/rescue.service.m4.in') diff --git a/units/rescue.service.m4.in b/units/rescue.service.m4.in index 75b9fde278..5fb82e614d 100644 --- a/units/rescue.service.m4.in +++ b/units/rescue.service.m4.in @@ -9,7 +9,7 @@ Description=Rescue Shell DefaultDependencies=no Conflicts=shutdown.target -After=basic.target plymouth-start.service +After=sysinit.target plymouth-start.service Before=shutdown.target [Service] -- cgit v1.2.3-54-g00ecf