2023-03-13 23:34:38 +07:00
# Reload and Suspend
dae supports configuration reloading and program suspending, which can help you save a lot of time when modifying the configuration or temporarily suspend dae.
2023-05-20 23:41:44 +07:00
## Reload
2023-03-13 23:34:38 +07:00
2023-03-13 23:40:33 +07:00
Generally, dae won't interrupt connections when reloading configuration. And reloading is much faster than restarting.
2023-03-13 23:34:38 +07:00
Usage:
```shell
dae reload
```
2023-05-20 23:41:44 +07:00
## Suspend
2023-03-13 23:34:38 +07:00
It will be useful if you want to suspend dae temporarily and recover it later.
2023-05-20 23:41:44 +07:00
## Usage
2023-03-13 23:34:38 +07:00
```shell
dae suspend
```
If you want to recover, use reload:
```shell
dae reload
```