mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
parent
1d8ba6a818
commit
93d787f3d2
1 changed files with 3 additions and 3 deletions
|
@ -37,13 +37,13 @@
|
|||
|
||||
# 2. SYSTEMD SERVICES
|
||||
|
||||
- name: Create /etc/systemd/system/calibre-serve.service and /etc/calibre.conf
|
||||
- name: Create /etc/systemd/system/calibre-serve.service and /etc/{{ apache_conf_dir }}/calibre.conf
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
with_items:
|
||||
- { src: 'calibre-serve.service.j2', dest: '/etc/systemd/system/calibre-serve.service'}
|
||||
- { src: 'calibre.conf', dest: '/etc/{{ apache_conf_dir }}'}
|
||||
- { src: 'calibre-serve.service.j2', dest: '/etc/systemd/system/calibre-serve.service' }
|
||||
- { src: 'calibre.conf', dest: '/etc/{{ apache_conf_dir }}' } # apache2/sites-available (this doesn't work, see #529: let's try to create /etc/nginx/conf.d/calibre-nginx.conf in future!)
|
||||
|
||||
- name: Stop service 'calibre-serve' (/usr/bin/calibre-server by Kovid Goyal)
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue