]> git.puffer.fish Git - mirror/frr.git/commit
tools: Fix run folder permissions 7641/head
authorJavier Garcia <rampxxxx@gmail.com>
Tue, 1 Dec 2020 11:28:39 +0000 (12:28 +0100)
committerJavier Garcia <rampxxxx@gmail.com>
Tue, 1 Dec 2020 11:37:51 +0000 (12:37 +0100)
commitd3a3e6253b7a2a4e911ebe549846b0cd9a28399c
tree4f942514f57dc72f005de62fe43bad625c09ff1a
parent6b1ca210865d58313070b3cbc0e54cbcac25259c
tools: Fix run folder permissions

In the case of some linux distros the /var/run dir is mounted
with tmpfs so in every reboot it's removed.
Then the frrcommon.sh will recreate it without 'x' perm
So no pid file cannot be created in /var/run/frr

Signed-off-by: Javier Garcia <rampxxxx@gmail.com>
tools/frrcommon.sh.in