mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
state=link
|
||||||
when: is_debuntu and calibre_enabled
|
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
|
service: name=calibre-serve
|
||||||
enabled=yes
|
enabled=yes
|
||||||
state=started
|
state=started
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
#poll: 5
|
#poll: 5
|
||||||
when: calibre_enabled
|
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
|
service: name=calibre-serve
|
||||||
enabled=no
|
enabled=no
|
||||||
state=stopped
|
state=stopped
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue