From 9023954f3fd17b193ae76952db02367558c70558 Mon Sep 17 00:00:00 2001 From: Andreas Grimm Date: Mon, 25 Feb 2019 13:23:14 +0100 Subject: [PATCH] Readme update for systemd --- systemd/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systemd/README.md b/systemd/README.md index ae589b9..7f64997 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -23,9 +23,9 @@ $ systemctl daemon-reload $ systemctl start metrics.sh.service # If run with the default configuration where reporter is 'stdout', metrics -# will be written to /var/log/metrics.sh.log. Be aware that this file will -# grow fast. -$ tail -f /var/log/metrics.sh.log +# will be written to the journal. See the log using `journalctl -u metrics.sh` +# or follow it with: +$ journalctl -f -u metrics.sh # Stop service $ systemctl stop metrics.sh.service