]> git.proxmox.com Git - mirror_frr.git/commit
tools: retain sanity when reloading under systemd
authorDavid Lamparter <equinox@diac24.net>
Sun, 9 Jun 2019 23:35:04 +0000 (01:35 +0200)
committerDavid Lamparter <equinox@diac24.net>
Mon, 10 Jun 2019 17:21:43 +0000 (19:21 +0200)
commit9c251d376ad8e604c25767b32c2816e9ae75a738
tree331273e5e1ac0d7bf76770b3c8986e34be9fb04f
parent11ce13decb51546ae31a8826d2ad4eb568e480ac
tools: retain sanity when reloading under systemd

Without this, we end up restarting watchfrr with the systemd watchdog
non-functional & tripped a bit later.  Also, if watchfrr is in the
"control" cgroup, systemd 232 will kill it.  (241 apparently doesn't.
Can't find anything about this in systemd's ChangeLog though.)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tools/frrinit.sh.in