kiwix.service 189 B

123456789
  1. [Unit]
  2. Description=Serve ZIM files on local network
  3. [Service]
  4. ExecStart=/bin/bash -c "/usr/bin/kiwix-serve -p 8081 $HOME/Downloads/*.zim"
  5. Restart=always
  6. [Install]
  7. WantedBy=default.target