Update journalctl for systemd
This commit is contained in:
parent
ea3506c352
commit
5af64078ce
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue