mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 20:22:36 +00:00
tools: add documentation URL on frr.service
Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
b31c2a2ebf
commit
9210eecc7d
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=FRRouting
|
||||
Documentation=https://frrouting.readthedocs.io/en/latest/setup.html
|
||||
After=networking.service
|
||||
OnFailure=heartbeat-failed@%n.service
|
||||
|
||||
@ -17,5 +18,6 @@ LimitNOFILE=1024
|
||||
ExecStart=/usr/lib/frr/frrinit.sh start
|
||||
ExecStop=/usr/lib/frr/frrinit.sh stop
|
||||
ExecReload=/usr/lib/frr/frrinit.sh reload
|
||||
|
||||
[Install]
|
||||
WantedBy=network-online.target
|
||||
|
Loading…
Reference in New Issue
Block a user