Skip to content

Reload and suspend

dae supports reloading configuration and temporarily suspending traffic processing.

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:

shell
sudo dae reload
shell
dae reload

Suspend

Suspend dae temporarily:

shell
sudo dae suspend
shell
dae suspend

Resume

If you want to recover, use reload:

shell
sudo dae reload
shell
dae reload

Source: dae upstream · AGPL-3.0 license.