diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-11-19 05:22:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 05:22:21 +0200 |
| commit | a6c80fd0c8759116c73bfa8c3697909822060ee4 (patch) | |
| tree | 20f2548ced4a0630bd61a74dc61b55de7ea095d5 /data | |
| parent | e4fbf90a16aa4494b5ad8a131f454edb2508e8f6 (diff) | |
| parent | 9bf9edb43de871e76c1f94a25bc587c15f001b0e (diff) | |
| download | vyos-1x-a6c80fd0c8759116c73bfa8c3697909822060ee4.tar.gz vyos-1x-a6c80fd0c8759116c73bfa8c3697909822060ee4.zip | |
Merge pull request #4855 from sever-sever/T7970-vppconf
T7970: VPP use systemd-notify to start the service
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/vpp/override.conf.j2 | 1 | ||||
| -rw-r--r-- | data/templates/vpp/startup.conf.j2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/vpp/override.conf.j2 b/data/templates/vpp/override.conf.j2 index 04bb7be15..65568ab27 100644 --- a/data/templates/vpp/override.conf.j2 +++ b/data/templates/vpp/override.conf.j2 @@ -12,3 +12,4 @@ ExecStart=/usr/bin/vpp -c /run/vpp/vpp.conf WorkingDirectory= WorkingDirectory=/run/vpp Restart=no +Type=notify diff --git a/data/templates/vpp/startup.conf.j2 b/data/templates/vpp/startup.conf.j2 index 6cec6ae81..29b6a76ba 100644 --- a/data/templates/vpp/startup.conf.j2 +++ b/data/templates/vpp/startup.conf.j2 @@ -6,6 +6,7 @@ unix { full-coredump cli-listen /run/vpp/cli.sock gid vpp + systemd-notify # exec /etc/vpp/bootstrap.vpp {% if unix is vyos_defined %} {% if unix.poll_sleep_usec is vyos_defined %} |
