Guest User

jackett.service

a guest
Oct 14th, 2020
678
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=Jackett Daemon
  3. After=network.target
  4.  
  5. [Service]
  6. SyslogIdentifier=jackett
  7. Restart=always
  8. RestartSec=5
  9. Type=simple
  10. User=jackett
  11. Group=debian-transmission
  12. UMask=002
  13. WorkingDirectory=/opt/jackett
  14. ExecStart=/bin/sh "/opt/jackett/jackett_launcher.sh"
  15. TimeoutStopSec=30
  16.  
  17. [Install]
  18. WantedBy=multi-user.target
  19.  
Add Comment
Please, Sign In to add comment