1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00
This commit is contained in:
Éric Gaspar 2023-05-01 14:44:28 +02:00
parent cd430d7298
commit adf4aef8ca
2 changed files with 1 additions and 5 deletions

View file

@ -5,7 +5,7 @@ Description=Kiwix: Sharing Web content
Type=simple Type=simple
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
ExecStart=__INSTALL_DIR__/kiwix-serve --daemon --address 127.0.0.1 --port __PORT__ --library __DATA_DIR__/library.xml #--urlRootLocation=__PATH__/ ExecStart=__INSTALL_DIR__/kiwix-serve --daemon --address 127.0.0.1 --port __PORT__ --library __DATA_DIR__/library.xml --urlRootLocation=__PATH__/
RemainAfterExit=yes RemainAfterExit=yes
Restart=on-abort Restart=on-abort
RestartSec=5s RestartSec=5s

View file

@ -31,10 +31,6 @@ ram.runtime = "50M"
type = "domain" type = "domain"
full_domain = true full_domain = true
[install.path]
type = "path"
default = "/kiwix"
[install.init_main_permission] [install.init_main_permission]
type = "group" type = "group"
default = "visitors" default = "visitors"