Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /etc/systemd/system/file.service
  2.  
  3. [Unit]
  4. Description=service name
  5.  
  6. [Service]
  7. ExecStart=/usr/bin/python /path/to/python
  8.  
  9. [Install]
  10. WantedBy=multi-user.target
  11.  
  12. /opt/plexcollector/plexcollector.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement