1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Merge pull request #34 from tim-moody/wip-6-11

use 6/13 nightly and add --nolibrarybutton option
This commit is contained in:
Tim Moody 2017-06-13 23:38:39 -04:00 committed by GitHub
commit e75cd49dd9
2 changed files with 3 additions and 3 deletions

View file

@ -7,13 +7,13 @@
- name: Set kiwix source file name x86_64
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
when: ansible_machine == "x86_64"
- name: Set kiwix source file name armv7l
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
when: ansible_machine == "armv7l"

View file

@ -4,7 +4,7 @@ After=syslog.target network.target local-fs.target
[Service]
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]
WantedBy=multi-user.target