mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
11 lines
283 B
Text
11 lines
283 B
Text
|
[Unit]
|
||
|
Description=Provides the Kiwix Zim File Server
|
||
|
After=syslog.target network.target local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart={{ xsce_base }}/kiwix/bin/kiwix-serve --daemon --port {{ kiwix_port }} --library {{ kiwix_library_xml }}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|