diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 12:14:38 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 12:14:38 +0000 |
commit | 0c607bd710019d1bf748b68c6b34d38f40f56bef (patch) | |
tree | 80bfc8229a3ff8a068dbeb4cc717025431c2b260 | |
parent | 0c4ea54e9207be617ef7da207cbef67ec31bf904 (diff) |
Do not start the Hurd console in single-user mode
-rw-r--r-- | debian/hurd.hurd-console.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/hurd.hurd-console.init b/debian/hurd.hurd-console.init index 25050fca..e26af525 100644 --- a/debian/hurd.hurd-console.init +++ b/debian/hurd.hurd-console.init @@ -3,8 +3,8 @@ # Provides: hurd-console # Required-Start: $all # Required-Stop: -# Default-Start: 1 2 3 4 5 -# Default-Stop: 0 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Example initscript # Description: This file should be used to construct scripts to be # placed in /etc/init.d. |