summaryrefslogtreecommitdiffstats
path: root/watchquagga
diff options
context:
space:
mode:
Diffstat (limited to 'watchquagga')
-rw-r--r--watchquagga/watchquagga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchquagga/watchquagga.c b/watchquagga/watchquagga.c
index 98e912956..a70070bef 100644
--- a/watchquagga/watchquagga.c
+++ b/watchquagga/watchquagga.c
@@ -706,7 +706,7 @@ daemon_send_ready (void)
#if defined (HAVE_CUMULUS)
FILE *fp;
- fp = fopen("/var/run/quagga/watchquagga.started", "w");
+ fp = fopen(DAEMON_VTY_DIR "/watchquagga.started", "w");
fclose(fp);
#endif
zlog_notice ("Watchquagga: Notifying Systemd we are up and running");