From e53bdc46a4b63a60fea67d79bdfd3d3b00e76c0b Mon Sep 17 00:00:00 2001
From: dadav <33197631+dadav@users.noreply.github.com>
Date: Wed, 15 Apr 2020 13:19:01 +0200
Subject: [PATCH] there is no logging to journald anymore

---
 builder/pwnagotchi.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml
index a0c08e7..a294153 100644
--- a/builder/pwnagotchi.yml
+++ b/builder/pwnagotchi.yml
@@ -376,7 +376,7 @@
         I'm managed by systemd. Here are some basic commands.
 
         If you want to know what I'm doing, you can check my logs with the command
-        journalctl -fu pwnagotchi
+        tail -f /var/log/pwnagotchi.log
 
         If you want to know if I'm running, you can use
         systemctl status pwnagotchi