meta-quanta: gsj: Lower fan speed to default duty as booting and rebooting

The fan speed is lowered to 90 duty for thermal issue.

Signed-off-by: Hank Liou <Hank.Liou@quantatw.com>
Change-Id: Ia61e5d7510a93b7fc5d8516e96ed3c0324130f81
diff --git a/meta-gsj/recipes-phosphor/fans/phosphor-pid-control/fan-reboot-control.service b/meta-gsj/recipes-phosphor/fans/phosphor-pid-control/fan-reboot-control.service
index 4396d18..681bdbe 100644
--- a/meta-gsj/recipes-phosphor/fans/phosphor-pid-control/fan-reboot-control.service
+++ b/meta-gsj/recipes-phosphor/fans/phosphor-pid-control/fan-reboot-control.service
@@ -1,12 +1,12 @@
 [Unit]
-Description=Set Fan to Full Speed as Rebooting
+Description=Set Fan to Default Duty as Rebooting
 DefaultDependencies=no
 After=shutdown.target
 
 [Service]
 Type=oneshot
 RemainAfterExit=true
-ExecStart=/usr/bin/fan-full-speed.sh
+ExecStart=/usr/bin/fan-default-speed.sh
 
 [Install]
-WantedBy=shutdown.target
\ No newline at end of file
+WantedBy=shutdown.target