summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--watchfrr/watchfrr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/watchfrr/watchfrr.c b/watchfrr/watchfrr.c
index 83f00252c8..f6aa7eeab8 100644
--- a/watchfrr/watchfrr.c
+++ b/watchfrr/watchfrr.c
@@ -703,12 +703,10 @@ 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);
sent = 1;