Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [Unit]
  2. Description=My Service
  3. Wants=basic.target local-fs.target network-online.target network.target
  4. After=basic.target local-fs.target network-online.target network.target
  5.  
  6. [Service]
  7. Type=idle
  8. ExecStart=/usr/bin/python3 /home/pi/MyScripts/StartUps/MyStartUp.py
  9.  
  10. [Install]
  11. WantedBy=basic.target local-fs.target network-online.target network.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement