Add stderr/stdout to service command line
[shibboleth/sp.git] / configs / SetService32.bat
index 1aa7f70..9efbc7c 100644 (file)
@@ -1,5 +1,5 @@
 @echo off
 setlocal
 sc stop shibd_default
-sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe"
+sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe -stdout \"@-INSTALLDIR-@\var\log\shibboleth\stdout.log\" -stderr \"@-INSTALLDIR-@\var\log\shibboleth\stderr.log\""
 sc start shibd_default