summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
-rw-r--r--debian/vyatta-cfg.postinst.in1
-rw-r--r--debian/vyatta-cfg.vyatta-router.service2
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 2daa0f4..ef5ab31 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,6 @@ Depends: sed (>= 4.1.5),
libvyatta-cfg1 (>=${binary:Version}),
unionfs-fuse,
libboost-filesystem1.55.0 | libboost-filesystem1.62.0,
- vyatta-quagga,
libapt-pkg4.12,
${perl:Depends}, ${shlibs:Depends}
Suggests: util-linux (>= 2.13-5),
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in
index fc9b07b..74e882a 100644
--- a/debian/vyatta-cfg.postinst.in
+++ b/debian/vyatta-cfg.postinst.in
@@ -18,6 +18,7 @@ done
update-rc.d vyatta-router defaults 90 >/dev/null
systemctl enable vyatta-router.service >/dev/null
+systemctl enable frr.service > /dev/null
# capability stuff
for bin in my_cli_bin my_cli_shell_api; do
diff --git a/debian/vyatta-cfg.vyatta-router.service b/debian/vyatta-cfg.vyatta-router.service
index 3524b85..84852fd 100644
--- a/debian/vyatta-cfg.vyatta-router.service
+++ b/debian/vyatta-cfg.vyatta-router.service
@@ -2,7 +2,7 @@
SourcePath=/etc/init.d/vyatta-router
Description=VyOS Router
Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target getty@tty1.service getty@tty2.service getty@rrt3.service getty@tty4.service getty@tty5.service getty@tty6.service
-After=systemd-journald-dev-log.socket time-sync.target local-fs.target vyatta-unicast.service
+After=systemd-journald-dev-log.socket time-sync.target local-fs.target frr.service
Conflicts=shutdown.target
[Service]