fix(channel): hot-apply runtime config updates for running channel service
This commit is contained in:
parent
95ec5922d1
commit
740eb17d76
7 changed files with 410 additions and 22 deletions
|
|
@ -80,6 +80,8 @@ pub enum ServiceCommands {
|
|||
Start,
|
||||
/// Stop daemon service
|
||||
Stop,
|
||||
/// Restart daemon service to apply latest config
|
||||
Restart,
|
||||
/// Check daemon service status
|
||||
Status,
|
||||
/// Uninstall daemon service unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue