Advertisement
Guest User

Untitled

a guest
Mar 20th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [Unit]
  2. Description=.....
  3. After=multi-user.target
  4. Conflicts=getty@tty1.service
  5.  
  6. [Service]
  7. Type=simple
  8. WorkingDirectory=......
  9. ExecStart=/usr/bin/python3.7 .....
  10. StandardInput=tty-force
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement