Change commands for HassOS (#66)

Changed log example commands to be relevant to HassOS
This commit is contained in:
cogneato 2018-08-10 09:13:04 -06:00 committed by Pascal Vizeli
parent 89bf377e86
commit 04b138287b

View File

@ -35,10 +35,10 @@ ssh root@hassio.local -p 22222
```bash
# Logs from the supervisor service on the Host OS
journalctl -f -u resin-supervisor.service
journalctl -f -u hassos-supervisor.service
# Hass.io supervisor logs
docker logs resin_supervisor
docker logs hassos_supervisor
# Home Assistant logs
docker logs homeassistant