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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-01-11 14:21:01 -05:00
parent 324bf560f7
commit 734f625c22

View File

@ -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 \