Last active
April 9, 2016 21:31
-
-
Save ishults/0dbe5355f8f6e18fe998701c7c522d7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano /lib/systemd/system/[email protected] | |
# Paste this into the file: | |
[Unit] | |
Description=Home Assistant | |
After=network.target | |
[Service] | |
Type=simple | |
User=%i | |
ExecStart=/usr/local/bin/hass | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment