From: scantor Date: Thu, 7 Jun 2012 03:56:33 +0000 (+0000) Subject: Add stderr/stdout to service command line X-Git-Tag: 2.5.0~62 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=10fabe1959deb6f9892481b1bbddf623d6692bfb;p=shibboleth%2Fsp.git Add stderr/stdout to service command line git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3696 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/configs/SetService32.bat b/configs/SetService32.bat index 1aa7f70..9efbc7c 100644 --- a/configs/SetService32.bat +++ b/configs/SetService32.bat @@ -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 diff --git a/configs/SetService64.bat b/configs/SetService64.bat index bf67d28..ffc85fe 100644 --- a/configs/SetService64.bat +++ b/configs/SetService64.bat @@ -1,5 +1,5 @@ @echo off setlocal sc stop shibd_default -sc config shibd_default binPath= "@-INSTALLDIR-@\sbin64\shibd.exe" +sc config shibd_default binPath= "@-INSTALLDIR-@\sbin64\shibd.exe -stdout \"@-INSTALLDIR-@\var\log\shibboleth\stdout.log\" -stderr \"@-INSTALLDIR-@\var\log\shibboleth\stderr.log\"" sc start shibd_default