diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-09-28 08:10:42 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-09-28 08:11:51 +0200 |
commit | 59cc28e7bb32d540173bd6546910e92b3b5cfeac (patch) | |
tree | acbb1fce696c2d379fe17a43c220ab42e9f7174c /op-mode-definitions/show-interfaces-pppoe.xml.in | |
parent | fe3ef62a1f3591246b2c19a103f6842cc3f4b6e5 (diff) | |
download | vyos-1x-59cc28e7bb32d540173bd6546910e92b3b5cfeac.tar.gz vyos-1x-59cc28e7bb32d540173bd6546910e92b3b5cfeac.zip |
op-mode: T3589: streamline pppoe interface journalctl cmdline
Diffstat (limited to 'op-mode-definitions/show-interfaces-pppoe.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces-pppoe.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-interfaces-pppoe.xml.in b/op-mode-definitions/show-interfaces-pppoe.xml.in index 767836abf..09608bc04 100644 --- a/op-mode-definitions/show-interfaces-pppoe.xml.in +++ b/op-mode-definitions/show-interfaces-pppoe.xml.in @@ -17,7 +17,7 @@ <properties> <help>Show specified PPPoE interface log</help> </properties> - <command>/usr/bin/journalctl --unit "ppp@$4".service</command> + <command>journalctl --no-hostname --boot --follow --unit "ppp@$4".service</command> </leafNode> <leafNode name="statistics"> <properties> |