> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Automated tasks in Service

> Automated tasks in Service

In Service, several tasks are automated and run on a set schedule on the server. These tasks are carried out by the executables located in the *bin* folder of your Service installation.

Here, we cover the most used executables and how to debug them. In addition to the parameters provided for the executables, they all take the parameter `--help` to display more information.

If you want to store the output of running the executable in the command line to a file, add `>> <filename>` at the end of the command. Keep in mind that all output will be in the log file and will not be shown in the command prompt.

Example: `ejournalCron -maxdebug >> ejournalcronlog.txt`

## List of executables

* [dbi][1]
* [ejournalCron][2]
* [ejOutbox][3]
* [ejSender][4]
* [ejTermSetup][5]
* [importMail][6]
* [upgrade][7]

[1]: ./dbi

[2]: ./ejournalcron

[3]: ./ejoutbox

[4]: ./ejsender

[5]: ./ejtermsetup

[6]: ./importmail

[7]: ./upgrade


## Related topics

- [dbi](/en/onsite/automated-tasks/dbi.md)
- [Upgrade](/en/onsite/automated-tasks/upgrade.md)
- [ejournalCron](/en/onsite/automated-tasks/ejournalcron.md)
- [ejOutbox](/en/onsite/automated-tasks/ejoutbox.md)
- [ejSender](/en/onsite/automated-tasks/ejsender.md)
- [importMail](/en/onsite/automated-tasks/importmail.md)
