Advertisement
techblog

telepi.service.content

Aug 11th, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. [Unit]
  2. Description=Home Assistant
  3. After=network.target
  4.  
  5. [Service]
  6. Type=simple
  7. User=pi
  8. ExecStart=/usr/bin/python2.7 /opt/telepi/telebot.py
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement