Advertisement
Guest User

Untitled

a guest
May 9th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [Unit]
  2. Description=Calibre Service
  3. After=network.target
  4.  
  5. [Service]
  6. User=calibre
  7. Group=calibre
  8. Type=forking
  9. ExecStart=/usr/bin/calibre-server \
  10. --daemonize \
  11. --port=8082 \
  12. --with-library=/media/Library \
  13. --username=calibre \
  14. --password=password
  15.  
  16. [Install]
  17. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement