summaryrefslogtreecommitdiff
path: root/isisd/isis_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_main.c')
-rw-r--r--isisd/isis_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c
index 0f721046c9..f2fe4ef71f 100644
--- a/isisd/isis_main.c
+++ b/isisd/isis_main.c
@@ -37,7 +37,6 @@
#include "plist.h"
#include "zclient.h"
#include "vrf.h"
-#include "systemd.h"
#include "isisd/dict.h"
#include "include-netbsd/iso.h"
@@ -170,7 +169,6 @@ reload ()
static __attribute__((__noreturn__)) void
terminate (int i)
{
- systemd_send_stopping ();
exit (i);
}
@@ -372,8 +370,6 @@ main (int argc, char **argv, char **envp)
if (pid_file[0] != '\0')
pid_output (pid_file);
- systemd_send_started (master);
-
/* Make isis vty socket. */
vty_serv_sock (vty_addr, vty_port, ISIS_VTYSH_PATH);