Adding missing '-c' option (#1351)

This commit is contained in:
Alex Tzonkov 2016-10-28 00:20:14 -07:00 committed by Fabian Affolter
parent 3ed13eb4f2
commit f65559a2b4

View File

@ -46,7 +46,7 @@ After=network.target
Type=simple
User=hass
ExecStartPre=source /srv/hass/bin/activate
ExecStart=/srv/hass/bin/hass "/home/hass/.homeassistant"
ExecStart=/srv/hass/bin/hass -c "/home/hass/.homeassistant"
[Install]
WantedBy=multi-user.target