diff options
author | Christian Poessinger <christian@poessinger.com> | 2023-01-09 16:34:04 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2023-01-09 16:34:52 +0100 |
commit | f5f43c6639957f95177bb77d2b569e16d4dab9dc (patch) | |
tree | 1ca79d7a1107cc97458a7a4ec7ee3c9c10b6963d /op-mode-definitions/show-log.xml.in | |
parent | 47216bbe29e0af8004040b5f1c9dc8450c0e8865 (diff) | |
download | vyos-1x-f5f43c6639957f95177bb77d2b569e16d4dab9dc.tar.gz vyos-1x-f5f43c6639957f95177bb77d2b569e16d4dab9dc.zip |
Revert "strongSwan: upgrade scripts to work with package version 5.9.8"
This reverts commit 6857447bf6acba3537d5e5372cd320aef078b81e.
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 70afaaf6e..977ece453 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.service --unit accel-ppp@*.service</command> + <command>journalctl --no-hostname --boot --unit strongswan-starter.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.service</command> + <command>journalctl --no-hostname --boot --unit strongswan-starter.service</command> </leafNode> <leafNode name="l2tp"> <properties> |