From cd8a5f533d9df8aef4976d1a4c741d0f3673dd05 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/34873 Tested-by: Jenkins Reviewed-by: Gu Zheng Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- lustre/scripts/lustre | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/scripts/lustre b/lustre/scripts/lustre index 5fb6806..a615b74 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