diff --git a/conf/systemd.service b/conf/systemd.service index 9ee4928..afef6a9 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