mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Add exec + doc header
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# script/server: Launch the application and any extra required processes
|
||||
# locally.
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
python3 -m homeassistant -c config
|
||||
|
Reference in New Issue
Block a user