Guest User

jdownloader Service file

a guest
Apr 17th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. [Unit]
  2. Description=JDownload Headless
  3. After=network.target
  4.  
  5. [Service]
  6. ExecStart=/usr/bin/JDownloaderHeadless
  7. User=jdownloader
  8. Group=jdownloader
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment