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