Skip to content

Instantly share code, notes, and snippets.

@fanthos
Created April 15, 2018 11:24
Show Gist options
  • Save fanthos/4fa40f620d952012eb00090fe9ce7dd3 to your computer and use it in GitHub Desktop.
Save fanthos/4fa40f620d952012eb00090fe9ce7dd3 to your computer and use it in GitHub Desktop.
Simple systemd script to start at boot
[Unit]
Description=Home Assistant
After=network-online.target
[Service]
Type=simple
User=hass
ExecStart=/home/hass/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