From 3e9e6cf3a5f1b826654d579cc091697e3ac460f3 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 15 Aug 2020 23:48:29 -0400 Subject: Set title on control commands If a control command starts a service, the title should be updated. --- daemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.c b/daemon.c index 426262e..84ec5a5 100644 --- a/daemon.c +++ b/daemon.c @@ -351,6 +351,7 @@ int main(int argc, char *argv[]) { parseControl(buf); } if (errno != EAGAIN) syslog(LOG_WARNING, "read: %m"); + setTitle(); } if (nfds > 0) { -- cgit 1.4.1