From 8f8c08ba9cd2f74b74e1d098156670739c895278 Mon Sep 17 00:00:00 2001 From: Leo Yan Date: Tue, 9 Mar 2021 09:19:19 -0500 Subject: [PATCH] ilm: config: Automatically load "sg" module Signed-off-by: Leo Yan --- src/seagate_ilm.service | 1 + 1 file changed, 1 insertion(+) diff --git a/src/seagate_ilm.service b/src/seagate_ilm.service index 8402691d1..75d5aceda 100644 --- a/src/seagate_ilm.service +++ b/src/seagate_ilm.service @@ -4,6 +4,7 @@ After=syslog.target [Service] Type=forking +ExecStartPre=/sbin/modprobe sg ExecStart=/usr/sbin/seagate_ilm -l 0 -L 7 -E 7 -S 7 SendSIGKILL=no