aboutsummaryrefslogtreecommitdiffstats
path: root/community/frr/frr.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/frr/frr.initd')
-rwxr-xr-xcommunity/frr/frr.initd2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/frr/frr.initd b/community/frr/frr.initd
index ed908bbbbba..6613af1eb8d 100755
--- a/community/frr/frr.initd
+++ b/community/frr/frr.initd
@@ -4,6 +4,8 @@ description="FRRouting"
extra_started_commands="reload"
start() {
+ checkpath --owner frr:frr --directory /etc/frr
+ checkpath --file /etc/frr/vtysh.conf
/usr/lib/frr/frrinit.sh start
}