summaryrefslogtreecommitdiff
path: root/ripd/rip_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_main.c')
-rw-r--r--ripd/rip_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index 6cd23c8300..a5ea36a1f1 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -34,7 +34,6 @@
#include "sigevent.h"
#include "zclient.h"
#include "vrf.h"
-#include "systemd.h"
#include "ripd/ripd.h"
@@ -156,7 +155,6 @@ sigint (void)
if (! retain_mode)
rip_clean ();
- systemd_send_stopping ();
exit (0);
}
@@ -305,8 +303,6 @@ main (int argc, char **argv)
exit (1);
}
- systemd_send_started (master);
-
/* Pid file create. */
pid_output (pid_file);