Whamcloud - gitweb
LU-9655 lnet: Remove redirect in lnet unit file
[fs/lustre-release.git] / lustre / scripts / systemd / lnet.service.in
index 550dd75..c5bc875 100644 (file)
@@ -13,7 +13,7 @@ ExecStart=@sbindir@/modprobe lnet
 @BUILD_DLC_FALSE@ExecStart=@sbindir@/lctl network up
 @BUILD_DLC_FALSE@ExecStart=@sbindir@/lustre_routes_config @sysconfdir@/lnet_routes.conf
 @BUILD_DLC_TRUE@ExecStart=@sbindir@/lnetctl lnet configure
-@BUILD_DLC_TRUE@ExecStart=@sbindir@/lnetctl import @sysconfdir@/lnet.conf
+@BUILD_DLC_TRUE@ExecStart=@sbindir@/lnetctl import @sysconfdir@/lnet.conf
 ExecStop=@sbindir@/lustre_rmmod ptlrpc
 @BUILD_DLC_FALSE@ExecStop=@sbindir@/lctl network down
 @BUILD_DLC_TRUE@ExecStop=@sbindir@/lnetctl lnet unconfigure