Advertisement
Guest User

maraschino.service

a guest
Jun 9th, 2013
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. [Unit]
  2. Description=Web-based frontend for XBMC, Sickbeard, Sabnzbd, and more.
  3.  
  4. ## Maraschino running on systemd - Based on maraschinoproject-git from AUR
  5. ## [https://aur.archlinux.org/packages/maraschinoproject-git/]
  6. ## as maintained by Slash
  7. ## Created by thiagotofano@gmail.com
  8. ## Remember to change the "User" variable below so Maraschino runs as your prefered user
  9. ## Also remember to "chmod -R $user:users /opt/maraschino" so the user has permission to
  10. ## write on that folder. ==IT IS NOT RECOMMENDED TO RUN AS ROOT!!!==
  11.  
  12. [Service]
  13. User=root
  14. Type=forking
  15. PIDFile=/opt/maraschino/maraschino.pid
  16. ExecStart=/usr/bin/python2 /opt/maraschino/Maraschino.py --pidfile /opt/maraschino/maraschino.pid -d
  17.  
  18. [Install]
  19. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement