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

15 lines
310 B
SYSTEMD
Raw Normal View History

2022-01-18 11:02:42 +01:00
[Unit]
Description=Kiwix
[Service]
Type=simple
User=__APP__
Group=__APP__
2023-05-01 12:35:33 +02:00
ExecStart=__INSTALL_DIR__/kiwix-serve --daemon --address 127.0.0.1 --port __PORT__ --library __DATA_DIR__/library.xml --urlRootLocation=__PATH__/
2022-01-18 11:02:42 +01:00
RemainAfterExit=yes
Restart=on-abort
RestartSec=5s
[Install]
WantedBy=multi-user.target