8 lines
171 B
Bash
Executable file
8 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# script/server: Launch the application and any extra required processes
|
|
# locally.
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
python3 -m homeassistant -c config
|