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:
parent
3bcd3d3910
commit
905ab1e71b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue