use my_app_name
This commit is contained in:
parent
39b77ba37f
commit
5bfac31af4
|
@ -112,7 +112,7 @@ install_for_systemd()
|
||||||
|
|
||||||
echo "$my_app_name started with systemctl, check its status like so"
|
echo "$my_app_name started with systemctl, check its status like so"
|
||||||
echo " $sudo_cmd systemctl status $my_app_name"
|
echo " $sudo_cmd systemctl status $my_app_name"
|
||||||
echo " $sudo_cmd journalctl -xe -u goldilocks"
|
echo " $sudo_cmd journalctl -xe -u $my_app_name"
|
||||||
}
|
}
|
||||||
|
|
||||||
install_for_launchd()
|
install_for_launchd()
|
||||||
|
|
Loading…
Reference in New Issue