mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 14:49:59 +02:00
19 lines
524 B
Plaintext
19 lines
524 B
Plaintext
object CleanDirServiceMapper: TCleanDirServiceMapper
|
|
DaemonDefs = <
|
|
item
|
|
DaemonClassName = 'TCleanDirsDaemon'
|
|
Name = 'CleanDirs'
|
|
DisplayName = 'Clean directories service'
|
|
Options = [doAllowStop, doAllowPause]
|
|
WinBindings.Dependencies = <>
|
|
WinBindings.StartType = stAuto
|
|
WinBindings.WaitHint = 0
|
|
WinBindings.IDTag = 0
|
|
WinBindings.ServiceType = stWin32
|
|
WinBindings.ErrorSeverity = esIgnore
|
|
LogStatusReport = False
|
|
end>
|
|
left = 426
|
|
top = 183
|
|
end
|