summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3eeab13f5b..b5061ea293 100644
--- a/src/main.c
+++ b/src/main.c
@@ -225,7 +225,9 @@ _handle_signal (gpointer user_data)
g_assert (signo == SIGHUP);
- nm_log_info (LOGD_CORE, "caught signal %d, not supported yet.", signo);
+ nm_log_info (LOGD_CORE, "caught signal %d, reload configuration...", signo);
+
+ nm_config_reload (nm_config_get ());
return G_SOURCE_REMOVE;
}