1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-05-01 14:35:32 +02:00
parent 83a754d669
commit cd430d7298

View file

@ -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