* Set clean dirs service doAllowStop option, patch from Sven Barth, bug ID #37699

git-svn-id: trunk@63864 -
This commit is contained in:
michael 2020-09-04 13:49:01 +00:00
parent fb4e9603c0
commit ca33492279

View File

@ -4,7 +4,7 @@ object CleanDirServiceMapper: TCleanDirServiceMapper
DaemonClassName = 'TCleanDirsDaemon'
Name = 'CleanDirs'
DisplayName = 'Clean directories service'
Options = [doAllowPause]
Options = [doAllowStop, doAllowPause]
WinBindings.Dependencies = <>
WinBindings.StartType = stAuto
WinBindings.WaitHint = 0