summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-log.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-12-27 17:16:22 +0100
committerChristian Poessinger <christian@poessinger.com>2022-12-27 17:16:22 +0100
commit6857447bf6acba3537d5e5372cd320aef078b81e (patch)
treee9118397efbd2c8cb81463765a1ec9ccc46ff69a /op-mode-definitions/show-log.xml.in
parenta0d3c5702dfcf0ac0008039357a2e0e02c625235 (diff)
downloadvyos-1x-6857447bf6acba3537d5e5372cd320aef078b81e.tar.gz
vyos-1x-6857447bf6acba3537d5e5372cd320aef078b81e.zip
strongSwan: upgrade scripts to work with package version 5.9.8
Diffstat (limited to 'op-mode-definitions/show-log.xml.in')
-rw-r--r--op-mode-definitions/show-log.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in
index 977ece453..70afaaf6e 100644
--- a/op-mode-definitions/show-log.xml.in
+++ b/op-mode-definitions/show-log.xml.in
@@ -403,13 +403,13 @@
<properties>
<help>Show log for ALL</help>
</properties>
- <command>journalctl --no-hostname --boot --unit strongswan-starter.service --unit accel-ppp@*.service</command>
+ <command>journalctl --no-hostname --boot --unit strongswan.service --unit accel-ppp@*.service</command>
</leafNode>
<leafNode name="ipsec">
<properties>
<help>Show log for IPsec</help>
</properties>
- <command>journalctl --no-hostname --boot --unit strongswan-starter.service</command>
+ <command>journalctl --no-hostname --boot --unit strongswan.service</command>
</leafNode>
<leafNode name="l2tp">
<properties>