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
ericgaspar 2b984410bd
Fix
2022-01-18 11:18:11 +01:00

14 lines
307 B
Desktop File

[Unit]
Description=Kiwix
[Service]
Type=simple
User=__APP__
Group=__APP__
ExecStart=__FINALPATH__/kiwix-serve --daemon --address 127.0.0.1 --port __PORT__ --library __DATADIR__/library.xml --urlRootLocation=__PATH__/
RemainAfterExit=yes
Restart=on-abort
RestartSec=5s
[Install]
WantedBy=multi-user.target