Skip to content

Commit

Permalink
Show status for any user running the service
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey authored Feb 28, 2024
1 parent 5d4965b commit d3bd64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage-hyperbian/00-install-hyperion/files/motd-hyperbian
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ printf "|_| |_| |_| |_| |______| |_| \_\ |____/ |_| /_/ \_\ |_|
printf "\nTo configure Hyperion browse to ${BLUE}http://${IP}:8090${NC} from another device on your network."
printf "\nAll Hyperion configuration can be completed via the Hyperion Web UI.\n\n"

systemctl is-active hyperion@hyperion.service >/dev/null 2>&1 && printf "Hyperion status: ${GREEN}⬤ Running${NC}\n" || printf "Hyperion status: ${RED}⬤ Stopped${NC}\n"
systemctl is-active hyperion@*.service >/dev/null 2>&1 && printf "Hyperion status: ${GREEN}⬤ Running${NC}\n" || printf "Hyperion status: ${RED}⬤ Stopped${NC}\n"

printf "\n${BOLD}* Documentation: ${NC}${GREEN}https://docs.hyperion-project.org${NC}"
printf "\n${BOLD}* Website: ${NC}${GREEN}https://hyperion-project.org${NC}"
Expand Down

0 comments on commit d3bd64f

Please sign in to comment.