From e1b4e972b40941acec76c97e714767214cefe426 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 29 Oct 2023 08:07:06 +0100 Subject: op-mode: T5661: use common journalctl syntax for sshguard This makes the code more easy to maintain in the future if everyone uses the same structure when calling journalctl. --- op-mode-definitions/show-log.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index dcfede991..39d69c64e 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -626,9 +626,9 @@ - Show dynamic-protection log + Show SSH guard log - journalctl --no-hostname -p info -t sshguard -o short + journalctl --no-hostname --boot --unit sshguard.service -- cgit v1.2.3