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/monitor-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/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 8abc5f4db..c14f45d75 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-starter.service</command> + <command>journalctl --no-hostname --boot --follow --unit strongswan.service</command> </leafNode> <leafNode name="l2tp"> <properties> |