Adding missing '-c' option (#1351)
This commit is contained in:
parent
3ed13eb4f2
commit
f65559a2b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue