diff options
author | Justin Fletcher <jfletcher@vyatta.com> | 2008-02-29 18:02:41 -0800 |
---|---|---|
committer | Justin Fletcher <jfletcher@vyatta.com> | 2008-02-29 18:02:41 -0800 |
commit | de1f1f3c30a6adfdbcf7b325550d17e61e4ff623 (patch) | |
tree | 34bc8bada5cea996e61e1161e2c4d9192f3c53c8 /templates | |
parent | b1f58ac09815887b948adfd8ccb574522f27656f (diff) | |
download | vyatta-op-de1f1f3c30a6adfdbcf7b325550d17e61e4ff623.tar.gz vyatta-op-de1f1f3c30a6adfdbcf7b325550d17e61e4ff623.zip |
Follow log file through log rotation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/log/tail/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/log/tail/node.def b/templates/show/log/tail/node.def index 65bea1c..e6f3456 100644 --- a/templates/show/log/tail/node.def +++ b/templates/show/log/tail/node.def @@ -1,2 +1,2 @@ help: Show last lines of messages file -run: tail -f /var/log/messages +run: tail --follow=name /var/log/messages |