1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00
kiwix_ynh/conf/systemd.service
Éric Gaspar 8d4c96b2b9 v2
2023-05-01 12:35:33 +02:00

14 lines
310 B
Desktop File

[Unit]
Description=Kiwix
[Service]
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__/
RemainAfterExit=yes
Restart=on-abort
RestartSec=5s
[Install]
WantedBy=multi-user.target