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()