Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #189 from ludeeus/fix-install-service
Browse files Browse the repository at this point in the history
Homeassistant: Add --force to initial install command.
  • Loading branch information
Landrash committed Oct 2, 2018
2 parents d21c876 + df64342 commit 3a89ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/systemd/system/install_homeassistant.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ After=network.target

[Service]
ExecStartPre=/usr/local/bin/hassbian-config upgrade hassbian-script
ExecStart=/usr/local/bin/hassbian-config install homeassistant
ExecStart=/usr/local/bin/hassbian-config install homeassistant --force

[Install]
WantedBy=multi-user.target

0 comments on commit 3a89ca9

Please sign in to comment.