From 734f625c221cf49c63d102fc48abb3599e3391a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 11 Jan 2017 14:21:01 -0500 Subject: [PATCH] Drop console-shell.service from preset invocation Missing unit would case the whole systemctl preset call to fail, breaking getty@.service instantiation. Reported by adamw. --- systemd.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 58c984f..fac50e2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -423,7 +423,6 @@ if [ $1 -eq 1 ] ; then getty@.service \ serial-getty@.service \ console-getty.service \ - console-shell.service \ debug-shell.service \ systemd-networkd.service \ systemd-networkd-wait-online.service \ @@ -441,7 +440,6 @@ if [ $1 -eq 0 ] ; then getty@.service \ serial-getty@.service \ console-getty.service \ - console-shell.service \ debug-shell.service \ systemd-readahead-replay.service \ systemd-readahead-collect.service \