From 5295b063d1d53802f0c33b2c8e64adbff1c6ba9d Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Wed, 31 Dec 2014 15:31:15 +0000 Subject: Revert "Add an option to disable inotify to fail -f commands." This reverts commit 75ae9d501bfdd4b264cfb0a8f1e04ae3c6a86cf7. This change is no longer needed as inotify is now working in the current VyOS kernel, following the commits for bug #425, so removing this temporary workaround. --- templates/monitor/log/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/monitor/log/node.def b/templates/monitor/log/node.def index 04995b5..3c3413d 100644 --- a/templates/monitor/log/node.def +++ b/templates/monitor/log/node.def @@ -1,2 +1,2 @@ help: Monitor last lines of messages file -run: tail ---disable-inotify --follow=name /var/log/messages +run: tail --follow=name /var/log/messages -- cgit v1.2.3