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

Merge pull request #1913 from holta/kiwix-timeout

TimeoutStartSec=180 in kiwix-serve.service, for #1905
This commit is contained in:
A Holt 2019-08-01 15:26:14 -04:00 committed by GitHub
commit fbe8db5ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ After=syslog.target network.target local-fs.target
[Service]
Type=forking
ExecStart={{ iiab_base }}/kiwix/bin/kiwix-serve --daemon --port {{ kiwix_port }} --nolibrarybutton --library {{ kiwix_library_xml }} --urlRootLocation={{ kiwix_url }}
TimeoutStartSec=180
Restart=on-abort
RestartSec=5s