1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

use 6/13 nightly and add --nolibrarybutton option

This commit is contained in:
Tim Moody 2017-06-13 22:50:46 -04:00
parent 8f860c8388
commit ef73030990
2 changed files with 3 additions and 3 deletions

View file

@ -7,13 +7,13 @@
- name: Set kiwix source file name x86_64 - name: Set kiwix source file name x86_64
set_fact: set_fact:
kiwix_src_file: "kiwix-tools_linux64_2017-06-02.tar.gz" kiwix_src_file: "kiwix-tools_linux64_2017-06-13.tar.gz"
kiwix_src_bin_only: True kiwix_src_bin_only: True
when: ansible_machine == "x86_64" when: ansible_machine == "x86_64"
- name: Set kiwix source file name armv7l - name: Set kiwix source file name armv7l
set_fact: set_fact:
kiwix_src_file: "kiwix-tools_armhf_2017-06-02.tar.gz" kiwix_src_file: "kiwix-tools_armhf_2017-06-13.tar.gz"
kiwix_src_bin_only: True kiwix_src_bin_only: True
when: ansible_machine == "armv7l" when: ansible_machine == "armv7l"

View file

@ -4,7 +4,7 @@ After=syslog.target network.target local-fs.target
[Service] [Service]
Type=forking Type=forking
ExecStart={{ iiab_base }}/kiwix/bin/kiwix-serve --daemon --port {{ kiwix_port }} --library {{ kiwix_library_xml }} ExecStart={{ iiab_base }}/kiwix/bin/kiwix-serve --daemon --port {{ kiwix_port }} --nolibrarybutton --library {{ kiwix_library_xml }}
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target