diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-10-17 11:19:27 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-10-17 11:43:40 +0000 |
commit | 59c8d5febb2b1333643372f8956fa8f219d022cb (patch) | |
tree | 3884d091fe9d46b2b85665152153a9b5be3b8da9 /data/templates/vpp/override.conf.j2 | |
parent | 69fb230ee022100234af233f2a2823f887c95059 (diff) | |
download | vyos-1x-59c8d5febb2b1333643372f8956fa8f219d022cb.tar.gz vyos-1x-59c8d5febb2b1333643372f8956fa8f219d022cb.zip |
T1797: Delete VPP from vyos-1x as it is implemented in addon
Diffstat (limited to 'data/templates/vpp/override.conf.j2')
-rw-r--r-- | data/templates/vpp/override.conf.j2 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/data/templates/vpp/override.conf.j2 b/data/templates/vpp/override.conf.j2 deleted file mode 100644 index a2c2b04ed..000000000 --- a/data/templates/vpp/override.conf.j2 +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -After= -After=vyos-router.service -ConditionPathExists= -ConditionPathExists=/run/vpp/vpp.conf - -[Service] -EnvironmentFile= -ExecStart= -ExecStart=/usr/bin/vpp -c /run/vpp/vpp.conf -WorkingDirectory= -WorkingDirectory=/run/vpp -Restart=always -RestartSec=10 |