From: Nathaniel Clark Date: Wed, 15 May 2019 18:16:40 +0000 (-0400) Subject: LU-12298 init: Add init info to lustre sysvinit script X-Git-Tag: 2.12.54~78 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=cd8a5f533d9df8aef4976d1a4c741d0f3673dd05 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 --- 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