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