Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add a script at e.g. D:\Signifikant\Scripts\RestartSignifikantService.cmd
    Content example as below.

  2. Use Windows Task Scheduler to start the script at a regular interval

The following example script will restart the service named “SignifikantImportService”. Please lookup the exact name of the service in the “Services list” and adapt the script accordingly if necessary.

Code Block
net stop SignifikantImportService && net start SignifikantImportService

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
showSpacefalse
sortmodified
typepage
reversetrue
labelsservice stop
cqllabel in ( "service" , "stop" ) and type = "page" and space = "ASKB"

...