From bd5fc0a0d453f42e13fa69cf0361482d984bc1cd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 20 May 2012 12:49:48 -0700 Subject: [PATCH] debian: fix ceph-kdump-copy.init Signed-off-by: Sage Weil --- debian/ceph-kdump-copy.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/ceph-kdump-copy.init b/debian/ceph-kdump-copy.init index 35990f059491f..617d95890219a 100644 --- a/debian/ceph-kdump-copy.init +++ b/debian/ceph-kdump-copy.init @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: ceph-kdump-copy -# Required-Start: $kdump -# Required-Stop: +# Required-Start: $remote_fs $network $named +# Required-Stop: $remote_fs $network $named # Default-Start: 2 # Default-Stop: 6 # Short-Description: Copies kdump crash files to remote server -- 2.39.5