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:
commit
ab80b151dc
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue