diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 13:43:49 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 13:43:49 +0000 |
commit | 3b35299a6a607c457b6d37457b0435b6d2d60f1c (patch) | |
tree | 84b6b04cc084994d558f18e84d42dc32059c84d2 /debian | |
parent | 9844a21e191e7c352978944e30130e51e30ebf2a (diff) |
$local_fs is needed by require-stop, not require-start
Diffstat (limited to 'debian')
-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 7194f0bb..a14b0a5c 100644 --- a/debian/hurd.hurd-console.init +++ b/debian/hurd.hurd-console.init @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: hurd-console -# Required-Start: $local_fs $all -# Required-Stop: +# Required-Start: $all +# Required-Stop: $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start userland console |