From 3340c80dd2398a029e2e1b79c2a969c19ddce1e2 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Mon, 1 Dec 2025 15:23:14 +0000 Subject: T8011: VPP fix log duplication in systemd journal Set the standard output/error to null to avoid log duplication. Starting the service as "nodaemon" seems cause of this behavior. --- data/templates/vpp/override.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/templates/vpp/override.conf.j2 b/data/templates/vpp/override.conf.j2 index 65568ab27..01bfe3e3a 100644 --- a/data/templates/vpp/override.conf.j2 +++ b/data/templates/vpp/override.conf.j2 @@ -13,3 +13,6 @@ WorkingDirectory= WorkingDirectory=/run/vpp Restart=no Type=notify +# T8011 avoid duplicating logs +StandardOutput=null +StandardError=null -- cgit v1.2.3