Skip to content

Instantly share code, notes, and snippets.

@ishults
Last active April 9, 2016 21:31
Show Gist options
  • Save ishults/0dbe5355f8f6e18fe998701c7c522d7a to your computer and use it in GitHub Desktop.
Save ishults/0dbe5355f8f6e18fe998701c7c522d7a to your computer and use it in GitHub Desktop.
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