73 lines
5.9 KiB
INI
73 lines
5.9 KiB
INI
####################################################################################################
|
|
# Digital Data Konfigurationsdatei #
|
|
# inkl. FailSafe Funktionen, die aktiv werden, wenn Angaben fehlen. #
|
|
# UTF-8 Kodierung benötigt! #
|
|
#==================================================================================================#
|
|
# Digital Data Configuration File #
|
|
# UTF-8 Coding required! #
|
|
# incl. FailSafe functions that are active when information is missing. #
|
|
####################################################################################################
|
|
|
|
|
|
#--------------------------------------------------------------------------------------------------#
|
|
###################################### Allgemeine Einstellungen ####################################
|
|
#==================================================================================================#
|
|
########################################## General Setup ###########################################
|
|
#--------------------------------------------------------------------------------------------------#
|
|
|
|
|
|
####################################################################################################
|
|
# Pfadangabe, in der die Log Dateien abgelegt werden. #
|
|
# Beispiel: D:\Programme\Digital Data\Skripts\ServiceController\Logs #
|
|
# FailSafe Einstellung lautet: <SkriptPfad> #
|
|
#==================================================================================================#
|
|
# Path in which the log files will be stored. #
|
|
# Example: D:\Program Files\Digital Data\Scripts\ServiceController\Logs #
|
|
# FailSafe Setting is: <ScriptPath> #
|
|
####################################################################################################
|
|
LogPath = D:\Program Files\Digital Data\Scripts\ServiceController\Logs
|
|
|
|
|
|
####################################################################################################
|
|
# Zahlenwert, wie lange (in Tagen) Logdateien aufbewahrt werden sollen. #
|
|
# Wert 0 schaltet die Löschfunktion komplett aus. #
|
|
# FailSafe Einstellung lautet: 60 #
|
|
#==================================================================================================#
|
|
# Numerical value, how long (in days) log files should be kept. #
|
|
# Value of 0 disables the delete function completely. #
|
|
# FailSafe Setting is: 60 #
|
|
####################################################################################################
|
|
LogKeepTime = 90
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------------------------------
|
|
###################################### Dienste Einstellungen #######################################
|
|
#==================================================================================================#
|
|
########################################## Service Setup ###########################################
|
|
#---------------------------------------------------------------------------------------------------
|
|
|
|
####################################################################################################
|
|
# Um einen beliebigen Windows Dienst zu starten, verwenden Sie folgende Konfiguration: #
|
|
# SCStart = Dienstname #
|
|
#==================================================================================================#
|
|
# To start any Windows Service use the following configuration: #
|
|
# SCStart = Servicename #
|
|
# #
|
|
# #
|
|
# Um einen beliebigen Windows Dienst neuzustarten, verwenden Sie folgende Konfiguration: #
|
|
# SCRestart = Dienstname #
|
|
#==================================================================================================#
|
|
# To restart any Windows Service use the following configuration: #
|
|
# SCRestart = Servicename #
|
|
# #
|
|
# #
|
|
# Um einen beliebigen Windows Dienst zu stoppen, verwenden Sie folgende Konfiguration: #
|
|
# SCStop = Dienstname #
|
|
#==================================================================================================#
|
|
# To stop any Windows Service use the following configuration: #
|
|
# SCStop = Servicename #
|
|
####################################################################################################
|
|
|
|
SCStop = vfssvc
|
|
SCStop = windream DMS-Service |