]> git.proxmox.com Git - mirror_frr.git/blame - tools/frr.service
ubuntu12.04: shorten frr-dbg description
[mirror_frr.git] / tools / frr.service
CommitLineData
858aa29c 1[Unit]
f0d5f807 2Description=FRRouting
651415bd 3After=syslog.target networking.service
858aa29c
DS
4OnFailure=heartbeat-failed@%n.service
5
6[Service]
7Nice=-5
d8e4c438 8EnvironmentFile=/etc/default/frr
651415bd
DS
9Type=forking
10NotifyAccess=all
858aa29c 11StartLimitInterval=3m
3de8e929 12StartLimitBurst=3
858aa29c
DS
13TimeoutSec=1m
14WatchdogSec=60s
15RestartSec=5
86894a2e 16Restart=on-abnormal
858aa29c 17LimitNOFILE=1024
d8e4c438
DS
18ExecStart=/usr/lib/frr/frr start
19ExecStop=/usr/lib/frr/frr stop
e20dc2ba 20ExecReload=/usr/lib/frr/frr-reload.py --reload /etc/frr/frr.conf
858aa29c 21[Install]
391e92cd 22WantedBy=network-online.target