1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

distinguishing calibre-server from calibre-serve.service !

This commit is contained in:
A Holt 2017-11-14 10:51:08 -05:00 committed by GitHub
parent 3bcd3d3910
commit 905ab1e71b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@
state=link
when: is_debuntu and calibre_enabled
- name: Enable Calibre service -- which runs calibre-server
- name: Enable Calibre service -- runs calibre-server by Kovid Goyal
service: name=calibre-serve
enabled=yes
state=started
@ -46,7 +46,7 @@
#poll: 5
when: calibre_enabled
- name: Disable Calibre service -- which stops calibre-server
- name: Disable Calibre service -- stops calibre-server by Kovid Goyal
service: name=calibre-serve
enabled=no
state=stopped