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 84a032d711
Fix
2021-02-28 18:10:47 +01:00

13 lines
352 B
Desktop File

[Unit]
Description=Free and open source comics/mangas media server.
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=java -jar __FINALPATH__/app.jar --server.port=__PORT__ --server.servlet.context-path="__PATH__" >> /var/log/__APP__/__APP__.log 2>&1
[Install]
WantedBy=multi-user.target