diff options
| -rw-r--r-- | data/templates/vpp/override.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
