blob: 2e4b6e2953b8aa005bd365db9d4e7877f1e2fcda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Before=
Before=vyos-router.service
[Service]
LimitNOFILE=4096
ExecStartPre=/bin/bash -c 'mkdir -p /run/frr/config; \
echo "log syslog" > /run/frr/config/frr.conf; \
echo "log facility local7" >> /run/frr/config/frr.conf; \
chown frr:frr /run/frr/config/frr.conf; \
chmod 664 /run/frr/config/frr.conf; \
mount --bind /run/frr/config/frr.conf /etc/frr/frr.conf'
|