diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-17 13:58:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-17 13:58:39 +0200 |
commit | 1564005b69137830ef8168dcce2e0701f85bb92e (patch) | |
tree | 71c451dbc5f7bed3d8c616691254660b97938fd5 /op-mode-definitions/vpn-ipsec.xml.in | |
parent | e9232c7a751ffec34f18e1734cb18ac01da35cb7 (diff) | |
parent | c74ae852152b0c3c3f00a1847d081d28f500e178 (diff) | |
download | vyos-1x-1564005b69137830ef8168dcce2e0701f85bb92e.tar.gz vyos-1x-1564005b69137830ef8168dcce2e0701f85bb92e.zip |
Merge pull request #3817 from c-po/op-mode-restart
op-mode: T6577: create generic service restart helper to work with the API
Diffstat (limited to 'op-mode-definitions/vpn-ipsec.xml.in')
-rw-r--r-- | op-mode-definitions/vpn-ipsec.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/vpn-ipsec.xml.in b/op-mode-definitions/vpn-ipsec.xml.in index b551af2be..0a8671aeb 100644 --- a/op-mode-definitions/vpn-ipsec.xml.in +++ b/op-mode-definitions/vpn-ipsec.xml.in @@ -112,7 +112,7 @@ <properties> <help>Restart the IPsec VPN process</help> </properties> - <command>if systemctl is-active --quiet strongswan; then sudo systemctl restart strongswan ; echo "IPsec process restarted"; else echo "IPsec process not running" ; fi</command> + <command>sudo ${vyos_op_scripts_dir}/restart.py restart_service --name ipsec</command> </node> </children> </node> |