1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00
komga_ynh/conf/systemd.service
ericgaspar 72831a8719 Fix
2021-07-08 18:57:02 +02:00

15 lines
315 B
Desktop File

[Unit]
Description=Komga server
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
ExecStart=/usr/bin/java -jar -Xmx1g komga.jar --server.port=__PORT__ --server.servlet.context-path="__PATH__"
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target