mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Don't use Guardian with services
This commit is contained in:
parent
2bc113987e
commit
c84619445a
@ -3,7 +3,7 @@ if "%1"=="" (
|
||||
instreg install -z
|
||||
)
|
||||
setlocal
|
||||
set INSTALL_SERVICE=install -auto -superserver -guardian -z
|
||||
set INSTALL_SERVICE=install -auto -superserver -z
|
||||
set START_SERVICE=start
|
||||
if not "%1"=="" (
|
||||
set INSTALL_SERVICE=%INSTALL_SERVICE% -n %1
|
||||
|
Loading…
Reference in New Issue
Block a user