From: Stefan Schantl Date: Mon, 27 Jul 2009 11:41:24 +0000 (+0200) Subject: Remove upstart job: sulogin. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9138acd3bd0ebe0e8c1c95b7d9e43dc8a8899c;p=ipfire-3.x.git Remove upstart job: sulogin. --- diff --git a/src/upstart/sulogin.conf b/src/upstart/sulogin.conf deleted file mode 100644 index 931fb0624..000000000 --- a/src/upstart/sulogin.conf +++ /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