View | Details | Raw Unified | Return to bug 62697
Collapse All | Expand All

(-)modules/arch/unix/mod_systemd.c (+6 lines)
Lines 75-80 Link Here
75
75
76
    if (!ap_extended_status) {
76
    if (!ap_extended_status) {
77
        /* Nothing useful to report with ExtendedStatus disabled. */
77
        /* Nothing useful to report with ExtendedStatus disabled. */
78
        rv = sd_notifyf(0, "READY=1\n"
79
                        "STATUS=ExtendedStatus is disabled.");
80
        if (rv < 0) {
81
            ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO()
82
                         "sd_notifyf returned an error %d", rv);
83
        }
78
        return DECLINED;
84
        return DECLINED;
79
    }
85
    }
80
    
86
    

Return to bug 62697