diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-12-09 15:07:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-09 15:07:36 +0200 |
| commit | 45e17ed4af6d14aa8d708053da936ecd6d7c0c50 (patch) | |
| tree | b8e08a9e9fb186556540ffef1ad8a9f249fc7871 | |
| parent | b4b3ca488213abfed2175d38fdd09628e8a33766 (diff) | |
| parent | 3340c80dd2398a029e2e1b79c2a969c19ddce1e2 (diff) | |
| download | vyos-1x-45e17ed4af6d14aa8d708053da936ecd6d7c0c50.tar.gz vyos-1x-45e17ed4af6d14aa8d708053da936ecd6d7c0c50.zip | |
Merge pull request #4882 from sever-sever/T8011
T8011: VPP fix log duplication in systemd journal
| -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 |
