mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-09 06:47:04 +07:00
537 B
537 B
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.
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