From 76c7e820d233e02d10f809fcac76e4d8405ee562 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 26 Oct 2019 14:49:42 -0600 Subject: [PATCH] stop trying to force a particular VT when starting eggsh --- debian/init.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/init.d b/debian/init.d index f063c2f..14d8614 100644 --- a/debian/init.d +++ b/debian/init.d @@ -21,7 +21,7 @@ cd /var/spool/gcpegg case "$1" in start) echo -n "Starting GCP EGG software on virtual terminal 8: eggsh" - openvt -f -c 8 /usr/sbin/eggsh + openvt /usr/sbin/eggsh echo "." ;; stop) @@ -32,7 +32,7 @@ case "$1" in reload|force-reload|restart) echo -n "Restarting GCP EGG software on virtual terminal 8..." start-stop-daemon --stop --quiet --oknodo --exec /usr/sbin/eggsh - openvt -f -c 8 /usr/sbin/eggsh + openvt /usr/sbin/eggsh echo "done." ;; purge) -- 2.30.2