Skip to content

Commit

Permalink
Merge pull request #2753 from vyos/mergify/bp/sagitta/pr-2752
Browse files Browse the repository at this point in the history
T5897: frr should be stopped before vyos-router (backport #2752)
  • Loading branch information
c-po committed Jan 4, 2024
2 parents 6067b11 + d8a66a1 commit 4f34e19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/etc/systemd/system/frr.service.d/override.conf
@@ -1,3 +1,6 @@
[Unit]
After=vyos-router.service

[Service]
LimitNOFILE=4096
ExecStartPre=/bin/bash -c 'mkdir -p /run/frr/config; \
Expand Down

0 comments on commit 4f34e19

Please sign in to comment.