diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-30 11:31:17 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-30 12:07:44 +0200 |
commit | fd95a460cc8cac533d1ece820ee9087af7214a4f (patch) | |
tree | 74be3e7d3b919d05b7cf038283c6396d08614fc7 /op-mode-definitions/show-interfaces-pppoe.xml.in | |
parent | fd9979344198b085516455bbb17e98c8fa93c92e (diff) | |
download | vyos-1x-fd95a460cc8cac533d1ece820ee9087af7214a4f.tar.gz vyos-1x-fd95a460cc8cac533d1ece820ee9087af7214a4f.zip |
op-mode: T3589: replace short journalctl options with long names
... this is done for easier readability of the commands
(cherry picked from commit f357cf58f7bd1892f85bb26003c62b1d44753e0a)
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 393ca912f..18697a275 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 -u "ppp@$4".service</command> + <command>/usr/bin/journalctl --unit "ppp@$4".service</command> </leafNode> <leafNode name="statistics"> <properties> |