diff --git a/source/getting-started/autostart-systemd.markdown b/source/getting-started/autostart-systemd.markdown index 8909c7aa1d0..245b9f9e64e 100644 --- a/source/getting-started/autostart-systemd.markdown +++ b/source/getting-started/autostart-systemd.markdown @@ -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