diff options
Diffstat (limited to 'src/daemon')
| -rw-r--r-- | src/daemon/daemon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index 062e9a5..d28266d 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -315,6 +315,9 @@ static void add_exit_timeout(NotifyDaemon* daemon) if (! daemon->idle_exit) return; + if (daemon->history_enabled) + return; + if (daemon->exit_timeout_source > 0) return; |
