Skip to content

Commit

Permalink
feat(install): show generic service control instructions instead of a…
Browse files Browse the repository at this point in the history
… specific service
  • Loading branch information
reubenmiller committed Aug 13, 2023
1 parent f9cabfa commit 4f4e490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,13 @@ main() {
echo "You can manage the services via the tedgectl utility"
echo
echo "Enable a service"
echo " tedgectl enable mosquitto"
echo " tedgectl enable <service>"
echo
echo "Start a service"
echo " tedgectl start mosquitto"
echo " tedgectl start <service>"
echo
echo "Stop a service"
echo " tedgectl stop mosquitto"
echo " tedgectl stop <service>"
echo
echo "You can go to our documentation to find next steps: https://thin-edge.github.io/thin-edge.io/start/getting-started"
fi
Expand Down

0 comments on commit 4f4e490

Please sign in to comment.