meta-quanta: gsj: Add service for setting hotswap controller

(1)Add a service for setting the value to hotswap controller,
   and checking the return value is right.

Signed-off-by: SpencerKu <Spencer.Ku@quantatw.com>
Change-Id: I7715809fd2eefba6560a886360491660c5393098
diff --git a/meta-gsj/recipes-gsj/gsj-hotswap-change-setting/files/gsj-hotswap-change-setting.service b/meta-gsj/recipes-gsj/gsj-hotswap-change-setting/files/gsj-hotswap-change-setting.service
new file mode 100644
index 0000000..ccf4ee1
--- /dev/null
+++ b/meta-gsj/recipes-gsj/gsj-hotswap-change-setting/files/gsj-hotswap-change-setting.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Hotswap Controller Setting Changing
+Before=xyz.openbmc_project.Hwmon@.service
+
+[Service]
+ExecStart=/usr/bin/gsj-hotswap-change-setting.sh
+Restart=no
+Type=oneshot
+RemainAfterExit=true
+StandardOutput=syslog
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file