Add live reloading to the rest of the config

This commit is contained in:
2026-06-29 02:41:38 -04:00
parent 0ee686356f
commit 1ded834e33
2 changed files with 134 additions and 1 deletions
+1
View File
@@ -820,6 +820,7 @@ ipc_handle_command(struct ipc_client *client, const char *payload,
quit(NULL);
success = 1;
} else if (!strcmp(cmd, "reload")) {
do_reload();
success = 1;
}
}