diff options
author | Sage Weil <sage@inktank.com> | 2012-05-20 21:49:48 +0200 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-05-20 23:11:54 +0200 |
commit | bd5fc0a0d453f42e13fa69cf0361482d984bc1cd (patch) | |
tree | a9dd619b15796067d9221775790c3476e1aeb563 | |
parent | Merge branch 'wip-oc-error-handling' into next (diff) | |
download | ceph-bd5fc0a0d453f42e13fa69cf0361482d984bc1cd.tar.xz ceph-bd5fc0a0d453f42e13fa69cf0361482d984bc1cd.zip |
debian: fix ceph-kdump-copy.init
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | debian/ceph-kdump-copy.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/ceph-kdump-copy.init b/debian/ceph-kdump-copy.init index 35990f05949..617d9589021 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 |