Guest User

Untitled

a guest
Nov 8th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [Unit]
  2. Description=Autosub Ondertitel downloader
  3. After=network.target
  4.  
  5. [Service]
  6. User=
  7. Group=
  8. WorkingDirectory=/opt/autosub
  9. ExecStart=/bin/sh -c 'python2 /opt/autosub/AutoSub.py -l --config=/opt/autosub/config.properties'
  10. ExecStop=/usr/bin/curl -f -s "http://172.19.3.14/autosub/home/shutdown"
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment