summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.c b/daemon.c
index 84ec5a5..84b820d 100644
--- a/daemon.c
+++ b/daemon.c
@@ -391,6 +391,7 @@ int main(int argc, char *argv[]) {
 		}
 		if (signals[SIGHUP]) {
 			parseConfig(false, configPath);
+			setTitle();
 			signals[SIGHUP] = 0;
 		}
 		if (signals[SIGINFO]) {