mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
TimeoutStartSec=180 for kiwix-server.service
This commit is contained in:
parent
4f1fd15781
commit
4e69a0daef
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ After=syslog.target network.target local-fs.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart={{ iiab_base }}/kiwix/bin/kiwix-serve --daemon --port {{ kiwix_port }} --nolibrarybutton --library {{ kiwix_library_xml }} --urlRootLocation={{ kiwix_url }}
|
ExecStart={{ iiab_base }}/kiwix/bin/kiwix-serve --daemon --port {{ kiwix_port }} --nolibrarybutton --library {{ kiwix_library_xml }} --urlRootLocation={{ kiwix_url }}
|
||||||
|
TimeoutStartSec=180
|
||||||
Restart=on-abort
|
Restart=on-abort
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue