diff options
author | smccroskey <smccroskey@cumulusnetworks.com> | 2017-07-29 02:29:36 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-18 02:55:32 +0100 |
commit | e84b5a2a727be265b2ba2039a0954c3ae3153f97 (patch) | |
tree | 2699f052135f78875d624c1a1cdbbd958294d79f /tools | |
parent | ubuntu12.04: shorten frr-dbg description (diff) | |
download | frr-e84b5a2a727be265b2ba2039a0954c3ae3153f97.tar.xz frr-e84b5a2a727be265b2ba2039a0954c3ae3153f97.zip |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/frr.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/frr.service b/tools/frr.service index ff9300d5d..4301ec9dc 100644 --- a/tools/frr.service +++ b/tools/frr.service @@ -1,6 +1,6 @@ [Unit] Description=FRRouting -After=syslog.target networking.service +After=networking.service OnFailure=heartbeat-failed@%n.service [Service] |