2017-05-27 18:09:50 +00:00
|
|
|
[Unit]
|
2017-11-14 06:21:34 +00:00
|
|
|
Description=Provides the Kiwix ZIM File Server
|
2017-05-27 18:09:50 +00:00
|
|
|
After=syslog.target network.target local-fs.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2020-02-14 01:31:34 +00:00
|
|
|
ExecStart={{ iiab_base }}/kiwix/bin/kiwix-serve --daemon --port {{ kiwix_port }} --nolibrarybutton --library {{ kiwix_library_xml }} --urlRootLocation={{ kiwix_url_plus_slash }} --threads {{ kiwix_threads }}
|
2019-08-01 19:12:20 +00:00
|
|
|
TimeoutStartSec=180
|
2018-02-22 04:52:58 +00:00
|
|
|
Restart=on-abort
|
|
|
|
RestartSec=5s
|
2017-05-27 18:09:50 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|