stop trying to force a particular VT when starting eggsh
authorBdale Garbee <bdale@gag.com>
Sat, 26 Oct 2019 20:49:42 +0000 (14:49 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 26 Oct 2019 20:49:42 +0000 (14:49 -0600)
debian/init.d

index f063c2f3e0963645e0f5df6cce928283785d61cd..14d86146cc87ab5b40940f2666afd71650e61c20 100644 (file)
@@ -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)