initial systemd service unit file

pull/316/head
Fabian Affolter 2015-09-03 22:06:50 +02:00
parent 6c1f44242c
commit 071952462c
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# 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