Added comment about new reload operation in mainloop

This commit is contained in:
Nocturn9x 2022-01-31 14:58:29 +01:00
parent 84720c1f4c
commit 5e4aed7e0f
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ proc mainLoop*(logger: Logger, config: NimDConfig, startServices: bool = true) =
# - 'r' -> reboot
# - 'h' -> halt
# - 's' -> Services-related operations (start, stop, get status, etc.)
# - 'l' -> Reload in-memory configuration
case opType:
of "p":
logger.info("Received shutdown request")