Files
ha-core/script/home-assistant@.service
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