From 6e91b341f3d3d3afeef46e1256e35564f8c9d0d1 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Wed, 15 May 2019 14:16:40 -0400 Subject: [PATCH] LU-12298 init: Add init info to lustre sysvinit script This adds info to sysvinit script that systemd can use to build dependency graphs. Signed-off-by: Nathaniel Clark Change-Id: Ied3bc05d61ba9dc33904a84c5f91bb9adc60cb01 Reviewed-on: https://review.whamcloud.com/34869 Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: James Simmons Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/scripts/lustre | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/scripts/lustre b/lustre/scripts/lustre index 919efb0..d2a4bf9 100644 --- a/lustre/scripts/lustre +++ b/lustre/scripts/lustre @@ -7,6 +7,13 @@ # description: Part of the lustre file system. # probe: true # config: /etc/sysconfig/lustre +### BEGIN INIT INFO +# Provides: lustre +# Required-Start: lnet +# Defalt-Start: - +# Default-Stop: 0 1 6 +# Description: Lustre init script +### END INIT INFO PATH=/sbin:/usr/sbin:/bin:/usr/bin -- 1.8.3.1