mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 12:37:10 +00:00
frr.service: remove explicit dependency on socket-based syslog.target
Testing done: built and installed for all ubuntu targets Socket-based services such as syslog need not be specified as dependencies in service files, and doing so may slow down boot by reducing parallelism. All known supported systemd-based platforms have syslog as a socket-based service. Clears the following lintian warnings: W: frr: systemd-service-file-refers-to-obsolete-target lib/systemd/system/frr.service syslog.target Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
This commit is contained in:
parent
0b534015c3
commit
4821d54a4f
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=FRRouting
|
||||
After=syslog.target networking.service
|
||||
After=networking.service
|
||||
OnFailure=heartbeat-failed@%n.service
|
||||
|
||||
[Service]
|
||||
|
Loading…
Reference in New Issue
Block a user