]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved.c
resolved: dump cache and zone contents to syslog on SIGUSR1
[thirdparty/systemd.git] / src / resolve / resolved.c
index 0af5545f8e4949a1e56d0939772d525868016a8b..32e61af9251dff82b44da75f4aa3eb170f03239c 100644 (file)
@@ -71,7 +71,7 @@ int main(int argc, char *argv[]) {
         if (r < 0)
                 goto finish;
 
-        assert_se(sigprocmask_many(SIG_BLOCK, NULL, SIGTERM, SIGINT, -1) >= 0);
+        assert_se(sigprocmask_many(SIG_BLOCK, NULL, SIGTERM, SIGINT, SIGUSR1, -1) >= 0);
 
         r = manager_new(&m);
         if (r < 0) {