isle/tasks/soon/code/daemon-check-config.md

12 lines
316 B
Markdown

---
type: task
---
# Implement `daemon reload` Sub-Command
The new sub-command would re-read the `daemon.yml` file and reload the
configuration currently being used by the daemon using that, without requiring a
full restart of the process.
This should be integrated into the systemd service file as `ExecReload`.