]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/unit.c
resolve: set IP_RECVERR
[thirdparty/systemd.git] / src / core / unit.c
index 0806a50cce34f543c2173e8ee4329f8f807b0a53..0ce9318556ffc8dec593d5acd8685339a42ebee2 100644 (file)
@@ -1724,7 +1724,8 @@ int unit_start_limit_test(Unit *u) {
         log_unit_warning(u, "Start request repeated too quickly.");
         u->start_limit_hit = true;
 
-        return emergency_action(u->manager, u->start_limit_action, EMERGENCY_ACTION_IS_WATCHDOG,
+        return emergency_action(u->manager, u->start_limit_action,
+                                EMERGENCY_ACTION_IS_WATCHDOG|EMERGENCY_ACTION_WARN,
                                 u->reboot_arg, "unit failed");
 }