Advertisement
Guest User

Untitled

a guest
Sep 10th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [Unit]
  2. Description=Google Assistant
  3. After=network-online.target
  4.  
  5. [Service]
  6. Type=simple
  7. User=<Home Assistant User>
  8. WorkingDirectory=<google-assistant-dir>
  9. ExecStart=<google-assistant-dir>/run.sh
  10. Restart=always
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement