Advertisement
Guest User

Untitled

a guest
Feb 28th, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # /etc/systemd/system/telly.service
  2.  
  3. [Unit]
  4. Description=telly
  5. After=network-online.target
  6.  
  7. [Service]
  8. User=root
  9. Type=simple
  10. ExecStart=/opt/telly/telly-linux-amd64 -streams 5 -playlist /opt/telly/mine.m3u8 -logrequests
  11. Restart=on-abort
  12.  
  13. [Install]
  14. WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement