Advertisement
Guest User

lidarr.service

a guest
Oct 14th, 2020
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. [Unit]
  3. Description=Lidarr Daemon
  4. After=network.target
  5.  
  6. [Service]
  7. User=lidarr
  8. Group=debian-transmission
  9. UMask=002
  10. Type=simple
  11. ExecStart=/usr/bin/mono /opt/lidarr/Lidarr.exe -nobrowser
  12. TimeoutStopSec=20
  13. KillMode=process
  14. Restart=on-failure
  15.  
  16. [Install]
  17. WantedBy=multi-user.target
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement