From 5af64078ce5484bc2187d4d1b2baeb2ebaf7a572 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 9 May 2017 01:39:45 +0000 Subject: [PATCH] Update journalctl for systemd --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d5df59d..8cc18be 100644 --- a/install.sh +++ b/install.sh @@ -100,7 +100,7 @@ install_for_systemd() echo "$my_app_name started with systemctl, check its status like so" echo " $sudo_cmd systemctl status $my_app_name" - echo " $sudo_cmd journalctl -xe" + echo " $sudo_cmd journalctl -xe -u goldilocks" } install_for_launchd()