9efbc7c85bf96c92d9bea508331e9f884888ba15
[shibboleth/sp.git] / configs / SetService32.bat
1 @echo off
2 setlocal
3 sc stop shibd_default
4 sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe -stdout \"@-INSTALLDIR-@\var\log\shibboleth\stdout.log\" -stderr \"@-INSTALLDIR-@\var\log\shibboleth\stderr.log\""
5 sc start shibd_default