]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove upstart job: sulogin.
authorStefan Schantl <Stevee@ipfire.org>
Mon, 27 Jul 2009 11:41:24 +0000 (13:41 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Mon, 27 Jul 2009 11:41:24 +0000 (13:41 +0200)
src/upstart/sulogin.conf [deleted file]

diff --git a/src/upstart/sulogin.conf b/src/upstart/sulogin.conf
deleted file mode 100644 (file)
index 931fb06..0000000
+++ /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