From adf4aef8cade6a1f9ac2d110f2930b60c943bc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 1 May 2023 14:44:28 +0200 Subject: [PATCH] fix --- conf/systemd.service | 2 +- manifest.toml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index afef6a9..9ee4928 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -5,7 +5,7 @@ Description=Kiwix: Sharing Web content Type=simple User=__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 Restart=on-abort RestartSec=5s diff --git a/manifest.toml b/manifest.toml index d49aae5..0463eb9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -31,10 +31,6 @@ ram.runtime = "50M" type = "domain" full_domain = true - [install.path] - type = "path" - default = "/kiwix" - [install.init_main_permission] type = "group" default = "visitors"