1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/script/home-assistant@.service
T
2015-09-18 14:15:42 +02:00

14 lines
231 B
Desktop File

# This is a simple service file for systems with systemd.
#
[Unit]
Description=Home Assistant
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/hass --config /root/.homeassistant
[Install]
WantedBy=multi-user.target