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