]> git.proxmox.com Git - mirror_frr.git/blobdiff - watchfrr/watchfrr.c
Merge remote-tracking branch 'origin/stable/2.0'
[mirror_frr.git] / watchfrr / watchfrr.c
index 0b19a2ad232134e611f59775b1961620d3e30399..3ff4a40965cb2fe4a4666140e87772020f9bfdb8 100644 (file)
@@ -666,12 +666,10 @@ static void daemon_send_ready(void)
 {
        static int sent = 0;
        if (!sent && gs.numdown == 0) {
-#if defined (HAVE_CUMULUS)
                FILE *fp;
 
                fp = fopen(DAEMON_VTY_DIR "/watchfrr.started", "w");
                fclose(fp);
-#endif
                zlog_notice
                    ("Watchfrr: Notifying Systemd we are up and running");
                systemd_send_started(master, 0);