diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-27 17:16:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-12-27 17:16:22 +0100 |
commit | 6857447bf6acba3537d5e5372cd320aef078b81e (patch) | |
tree | e9118397efbd2c8cb81463765a1ec9ccc46ff69a /op-mode-definitions/show-log.xml.in | |
parent | a0d3c5702dfcf0ac0008039357a2e0e02c625235 (diff) | |
download | vyos-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.in | 4 |
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> |