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/monitor-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/monitor-log.xml.in')
-rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index c14f45d75..8abc5f4db 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -262,7 +262,7 @@ <properties> <help>Monitor last lines of IPsec</help> </properties> - <command>journalctl --no-hostname --boot --follow --unit strongswan.service</command> + <command>journalctl --no-hostname --boot --follow --unit strongswan-starter.service</command> </leafNode> <leafNode name="l2tp"> <properties> |