From: Sage Weil Date: Wed, 11 Apr 2012 17:40:04 +0000 (-0700) Subject: init-ceph: start at all runlevels X-Git-Tag: v0.46~105 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=292898a8f79a916ba3e44171bcfe0993c4e32339;p=ceph.git init-ceph: start at all runlevels This fixes lintian error: W: ceph: init.d-script-missing-start etc/init.d/ceph 4 Signed-off-by: Sage Weil --- diff --git a/src/init-ceph.in b/src/init-ceph.in index afbd1d10df8e..8b572f93b417 100644 --- a/src/init-ceph.in +++ b/src/init-ceph.in @@ -4,7 +4,7 @@ ### BEGIN INIT INFO # Provides: ceph -# Default-Start: 2 3 5 +# Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Required-Start: $remote_fs $named $network $time # Required-Stop: $remote_fs $named $network $time