From 23f2e7e646ccf713205e3598e5eed64a290ebd5f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 16:26:00 -0500 Subject: Remove event we never meant to ship. --- event.d/sulogin | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 event.d/sulogin diff --git a/event.d/sulogin b/event.d/sulogin deleted file mode 100644 index 931fb062..00000000 --- a/event.d/sulogin +++ /dev/null @@ -1,18 +0,0 @@ -# sulogin - rescue mode -# -# This task ensures that should the system fail to have any active jobs -# that the system administrator can rescue it; by giving them a shell. - -#start on stalled - -exec /sbin/sulogin -console owner - -pre-start script - echo - echo "The system has reached a state where there are no jobs running." - echo "A shell will be spawned so that you may start such jobs that are" - echo "necessary." - echo - echo "Type 'exit' when finished." -end script -- cgit v1.2.1