summaryrefslogtreecommitdiff
path: root/op-mode-definitions/vrrp.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-16 21:28:55 +0200
committerChristian Breunig <christian@breunig.cc>2024-07-16 21:29:39 +0200
commitc74ae852152b0c3c3f00a1847d081d28f500e178 (patch)
tree9317a44e31b6ed0688dfb546401ac237ff063b23 /op-mode-definitions/vrrp.xml.in
parent887de85b7a78dde370ddb71ddcb3f87557536e08 (diff)
downloadvyos-1x-c74ae852152b0c3c3f00a1847d081d28f500e178.tar.gz
vyos-1x-c74ae852152b0c3c3f00a1847d081d28f500e178.zip
op-mode: T6577: create generic service restart helper to work with the API
Right now we have multiple restart helpers (e.g. dhcp server, ssh, ntp) that all do the same (more or less): * Check if service is configured on CLI * Restart if configured * Error out if unconfigured This is not available via the op-mode API. Create a new restart.py op-mode helper that takes the service name and possible VRF as argument so it's also exposed via API.
Diffstat (limited to 'op-mode-definitions/vrrp.xml.in')
-rw-r--r--op-mode-definitions/vrrp.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/vrrp.xml.in b/op-mode-definitions/vrrp.xml.in
index 34484c706..158e7093e 100644
--- a/op-mode-definitions/vrrp.xml.in
+++ b/op-mode-definitions/vrrp.xml.in
@@ -30,7 +30,7 @@
<properties>
<help>Restart VRRP (Virtual Router Redundancy Protocol) process</help>
</properties>
- <command>sudo systemctl restart keepalived.service</command>
+ <command>sudo ${vyos_op_scripts_dir}/restart.py restart_service --name vrrp</command>
</node>
</children>
</node>