SSPCPP-452 (add scripts to swap architecture of shibd). Also fix bug whereby we...
[shibboleth/sp.git] / configs / SetService32.bat
diff --git a/configs/SetService32.bat b/configs/SetService32.bat
new file mode 100644 (file)
index 0000000..1aa7f70
--- /dev/null
@@ -0,0 +1,5 @@
+@echo off
+setlocal
+sc stop shibd_default
+sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe"
+sc start shibd_default