Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 606 Bytes

reload-and-suspend.md

File metadata and controls

29 lines (18 loc) · 606 Bytes

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.

Reload

Generally, dae won't interrupt connections when reloading configuration. And reloading is much faster than restarting. Reloading will also manually update all subscriptions simultaneously.

Usage:

dae reload

Suspend

It will be useful if you want to suspend dae temporarily and recover it later.

Usage

dae suspend

If you want to recover, use reload:

dae reload