1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #1914 from holta/kiwix-timeout

kiwix-serve systemd cleanup, for PR #1913
This commit is contained in:
A Holt 2019-08-01 15:35:33 -04:00 committed by GitHub
commit ab80b151dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,14 +109,15 @@
when: is_debuntu | bool
- name: Enable & Restart 'kiwix-serve' service
service:
systemd:
daemon_reload: yes
name: kiwix-serve
enabled: yes
state: restarted
when: kiwix_enabled | bool
- name: Disable 'kiwix-serve' service
service:
systemd:
name: kiwix-serve
enabled: no
state: stopped